This is the MyReads app, part of the Nanodegree React course at Udacity.
- Clone this repo
- Install all project dependencies with
npm install
- Start the development server with
npm start
- The app will run on
localhost:3000
- To run the tests, run
npm test
The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.
- This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.
- As foundation for this project, provided starter files from Udacity were used.
This project is part of my React Nanodegree course at Udacity. It doesn't make any sense for me to accept contributions.
- Erno Wever
This project is licensed under the MIT License - see the LICENSE.md file for details