Udacity - React Nanodegree Project 1: React Fundamentals
This is the first assessment project for Udacity’s React Fundamentals course. The goal of this project is to create a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
Demo: https://myreads-prpwien.netlify.app/
To get started right away:
npm install
npm start
http://localhost:3000/
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 repository is the code for my Udacity project. Therefore, I most likely will not accept pull requests.