/myReads

Final project Udacity nodedegree React, Chapter 1: React

Primary LanguageJavaScript

MyReads

This is an application that lets you keep track of your interest in books.

Would you like to read a book, remember what you reading at the moment or keep track on what you have already read?

Live Preview

Myreads

Installation

First of you need to grab a copy of this repository.

Place your self in a directory where you want the cloned directory to end up and then.

$ git clone https://github.com/petterostergren/myReads.git
$ cd myReads
$ npm install
$ npm start

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.

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.