nehal96 / book-tracking-app

Project 1 from Udacity's React Nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Project 1 from Udacity's React Nanodegree

License:MIT License


Languages

Language:JavaScript 68.8%Language:CSS 23.4%Language:HTML 7.8%