Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 700 Bytes

My Reads

This is a project of React Nano Degree program of Udacity. Which manage the books library of a single user.

Using the search option a user can select a book and move to its dashboard. Dashboard keeps manage the books on the shelves which are Currently Reading, Want to Read and Read. User can change the shelf of book according to its status.

This project was bootstrapped with Create React App.

Available Scripts

To install the project

npm install or npm i

To runs the app in the development mode.\

npm start

Open http://localhost:3000 to view it in the browser.

  • Node 17+ required