React web app that allows you to track your books preferences , the objective is help you to keep a log of the books that you are currently reading, want to read o you have read.
The installation is really easy, just exect the commands
npm installnpm start- Go to http://localhost:3000/
My motivation for this project is put in practice all the learned in the react udacity nanodegree progam building a complemte react web app.
The project is splitted in the following parts:
- After you run the project Go to http://localhost:3000/.
- You will see three categories of shelfs in the main page. Currently Reading, Want To Read and Read.
- Search: You can add shelf to the three categories, looking books in the search page. Look for a book and click it to select the category that you want to add.