The myread bookshelf app 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 that is used to persist information as you interact with the application.
To start the app:
- install all project dependencies with
npm install
- start the development server with
npm start
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.