Skip to content

slimgabsi/reactnd-project-myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

Installation

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

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

or

$ git clone https://github.com/SlimGabsi/reactnd-project-myreads.git
$ cd reactnd-project-myreads
$ yarn install 

Usage

The project can be run with

  • yarn start or
  • npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published