Skip to content

martjoao/reactnd-project-myreads

 
 

Repository files navigation

This project was developed as the first programming assignment for the Udacity React Nanodegree program.


MyReads

Web app that manages a book shelf, categorizing books as 'currently reading', 'want to read' or 'read'. This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Installation

To install the app, run the code:

$ npm install

Development mode

Start the development server with the following command:

$ npm start

Backend Server

The backend server was provided by Udacity, together with the API for accessing it. The provided file BooksAPI.js contains the methods needed to perform necessary operations on the backend

Important

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.

About

Starter Code for the React MyReads Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.0%
  • CSS 12.4%
  • HTML 4.6%