This Project is a book tracking App, where you can track all books you want to read and categories them in 3 main shelfs (want to read, read, currently reading). It also allow you to search for new books and add them to your shelfs.
- clone or download the project on your machine
- run
npm installin the project root directory to install dependencies
note: if you encounter a warning while installing npm packages, and it require a fix, please don't force the fix by npm audit fix --force, because this might change the installed dependencies
- run
npm startto lunch the app - the application will run on localhost port 3000 http://localhost:3000.
This project was bootstrapped with the template from udacity for react-bookTracking project