MyReads Project

is a project help you track your readings into shelves "read" , "want to read" and "currently reading" and search for more books to add them into your shelves

/

the home route shows the three shelves

/search

the search route shows search bar and books which result of the search

Installing

To download the project follow the instructions bellow:

git clone https://github.com/MichaelMansour256/reactnd-project-myreads-starter
cd reactnd-project-myreads-starter

Then install dependencies and run:

npm install
npm start