MyReads it is an app that tracks the books you are currently reading, want to read and have read. The application was created with create-react-app and requires only npm install and npm start to get it installed and launched.
To get the app up and running:
- install all project dependencies with
npm install - start the development server with
npm start