nguyenson2012 / udacity-book-manage-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookMangager App

BookManagerApp is a simple cataloging app that allows you to place books in one of three shelves or categories.

  • Currently Reading
  • Want to Read
  • Read It also allow you to search for books based on title and author.

This app is the first of three projects required for Udacity's React Nanodegree program.

Installation

Clone the repository, change directories, and use NPM to install the dependencies.

$ git clone https://github.com/nguyenson2012/udacity-book-manage-app.git
$ cd udacity-book-manage-app
$ npm install

Usage

The project can be run with

  • npm start

The project can be viewed in the browser at

About


Languages

Language:JavaScript 68.3%Language:CSS 21.2%Language:HTML 10.5%