/book-tracking-app

Project 1 from Udacity's React Nanodegree

Primary LanguageJavaScriptMIT LicenseMIT

Project 1: A Book Tracking App

Project Overview

Listopia is a simple book-tracking application that allows you to add and move your books across three shelves: Currently Reading, Want to Read, and Read. The project is built using React, and is meant to be a way of implementing React Fundamentals, including Components, props, state management, JSX notation, and routing, among others.

Click here to view the project

How to Run

  1. Clone or download the project from the top-right dropdown menu. (To clone use git clone https://github.com/nehal96/react-nd.git)

  2. Enter the p1-my-reads directory.

  3. Run npm install to install all project dependencies

  4. Run npm start to start the dev server.

Misc

The search feature is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md.