williansabiao / reactnd-project-myreads-starter

My project of React Nanodegree of Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads Project

This project was initialized using Create React App and modified by Willian R Sabião as a first project of the React Nanodegree of Udacity.

The project is built in React.js and ES6.

That's a shelf of books with 3 sections: Currently, Reading, Want to Read and Read. Each section has books that the user can move to another shelf. The user can add more books using the search component to look for more books on Udacity's API(made for Udacity's students).

This project is made to challenge the students to use all the knowledge learned in the classes.

TL;DR

To see the project working:

  • install all project dependencies with npm install or yarn install
  • start the development server with npm start or yarn 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.

Contributing

This repository is used to study only.

About

My project of React Nanodegree of Udacity


Languages

Language:JavaScript 75.0%Language:CSS 18.0%Language:HTML 7.1%