james-priest / reactnd-project-myreads

MyReads App allows users to search from a catalog of books and save choices to various books shelves. It's built with React & React Router.

Home Page:https://james-priest.github.io/reactnd-project-myreads/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status Edit reactnd-project-myreads

MyReads

MyReads 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.

You can read a detailed walk-through of how this app was constructed in MyReads Code Notes.

You can see screenshots below.

Installation

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

$ git clone https://github.com/james-priest/reactnd-project-myreads.git
$ cd reactnd-project-myreads
$ npm install

Usage

The project can be run with

  • npm start

The project can be viewed in the browser at

Screenshots

screenshot1

screenshot2

About

MyReads App allows users to search from a catalog of books and save choices to various books shelves. It's built with React & React Router.

https://james-priest.github.io/reactnd-project-myreads/


Languages

Language:JavaScript 86.0%Language:CSS 9.3%Language:HTML 4.6%