gustavobpaula / reactnd-project-myreads-starter

Starter Code for the React MyReads Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads Project

A bookshelf where you can search for the desired theme and add them to one of the three personal shelves: Currently Reading, Want to Read and Read.
If you enter a page that does not exist, a 404 page is displayed.


Clone repository

git clone https://github.com/gustavobpaula/reactnd-project-myreads-starter.git

Install dependencies

npm install

Run project

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.

About

Starter Code for the React MyReads Project


Languages

Language:JavaScript 67.1%Language:CSS 23.8%Language:HTML 9.1%