This is a react project and it is part of Udacity Frontend Nanodegree course. This is a single-page app that allows user to store your books and track what you're reading, want to read and books you have completed.
Start my project with npm
git clone https://github.com/LongCX/myreads-udacity.git
cd myreads-udacity
npm install
npm start
The project can be viewed in the browser at: http://localhost:3000
Build my project with npm
npm run build
My version npm & node
npm: 10.5.0
nodejs: v20.12.1
- BooksAPI.js was provided as part of Udacity's Front-End Web Development Nanodegree