This is Udacity React project by Jan Vigar. https://myreads-jvigar.herokuapp.com/
Type the following on your command line. NPM is required. You can install Node.js [here] (https://nodejs.org/en/)
$ git clone https://github.com/jansvigar/reactnd-project-myreads.git
$ npm install
$ npm start
The goal of this project is to correct functionality of the starter template using React. MyReads app should have these functionalities:
- Move book in or out of the shelves (Currently Reading, Want to Read and Read)
- Search books using the BooksAPI and display the results
I added a few features on top of the project specification:
- Display books ratings
- Allow sorting on Book search results (by title or rating)
Although this project does not require testing. I added Jest snapshot testing which is really fast and quite useful. Excited to learn more about it.
At this time, this project is not open for contribution. The purpose of this project is to complete Udacity React Course.
This project is under the MIT License, see License.md