AmmarKhalid123 / MyReads

First project of React Nanodegree Program by Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Project

This is the final project by Udacity for the React Fundamentals - React NanoDegree Program.

TL;DR

To get started developing right away:

  • install all project dependencies with npm install
  • start the development server with npm start

MyReads: A Book Tracking App

Main Page

This is a book tracking application where the main page consists of three shelves; Currently Reading, Want to Read and Read. User can select and shift the books in any shelves. Furthermore user can make a book disappear from all three shelves, by selecting none. User can also go to search page.

Search Page

On search page, through input field, user can search the books and add them to anyof the three shelves.

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.

About

First project of React Nanodegree Program by Udacity


Languages

Language:JavaScript 69.3%Language:CSS 22.0%Language:HTML 8.7%