This is a solution to the Bookmark landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
This project uses yarn. If you do not have yarn, checkout installation steps here.
To run the client, you need to run the following command:
yarn
Then, you can run the client:
yarn dev
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.