This is a customized book favoriting application built on ReactJS .
Demo: https://eddielee394.github.io/react-myreads
- Complete basic rubric requirements
- Add book shelf counter
- Add FontAwesome support
- Add drag & drop functionality
- Add dynamic rating for each book
- Add flip card UI for books
- Convert search UI to overlay
- Add Tab style UI for shelves/categories
- Update read-me
- ReactJS 16
- Bootstrap 4
- Fontawesome 5.0
- React DND
- install all project dependencies with
npm install
- start the development server with
npm start