This project allows a user to maintain a list for their readings.
There are 3 shelf sections, Currently Reading, Want to Read and Read.
The user can move books between the various shelf sections using the UI.
The serarch functionality allows the user to search for books and add them to a particiular shelf
To get started developing right away:
- install all project dependencies with
npm install
- start the development server with
npm start
This project is purely frontend and we use React for development
React router is used for navigation
Prop-types is used for prop validations
Lodash is used for code validations
This repository is the starter code for all Udacity students. Therefore, we most likely will not accept pull requests.
For details, check out CONTRIBUTING.md.