In the MyReads project, you'll create a web application that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library to interact with the application.
This repo is a code-along with the first project in the React Nanodegree program.
- clone the Project -
git clone https://github.com/Rmonir/myreads.git - install the dependencies -
npm install - run on development server -
npm start