This is the graduation project for Udacity React Nanodegree scholarship provided by egFWD initiative.
It is a book library web application made using React, helping users track, organize and discover books to read. Only the styling and the HTML structure was given in a template repo, and it was my duty to React-ify it, add dynamic behavior and get it up and running.
This app is deployed on Github Pages. [live link]
- Move books between categories.
- Delete books.
- Search for books via an external API.
- Add books.
- Data persists till the end of the session.
- Automatic deployment to Github Pages on pushing commits.
This scholarship/Nanodegree has been successfully completed. You can view the certificate here.
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
Open a command prompt then type git clone https://github.com/nightknighto/MyReads-Book-Library
Prerequisite: Need to have Node/npm installed.
In a cmd, run npm install
To run the development server, type npm run start
To build the application, type npm run build