Skip to content

First of three required projects for the react nano degree program

Notifications You must be signed in to change notification settings

nseetim/reactndproject_myreadsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYREADS APP

DISCLAIMER: ALOT OF THE IDEA AND CODEBASE WAS GOTTEN FROM James Priest

AND IT WASN'T SUBMITTED FOR REVIEW AS AN UDACITY PROJECT

THIS IS AN IMPLEMENTATION USING THE <CREATE-APP LODASH-DEBOUNCE>

This is the first Project for the Udacity React Nano-degree Program The idea is to build an app based on the concepts learned that allows you to move books from one category of choice to another Th Categories currently are:

  • Currently Reading
  • Want to Read
  • Read

It also contains a search functionality which can be seen using the floating button on the page or visiting the url:

Installation

To install the app, -clone the repo from the Web UI or from your terminal using

$ git clone https://github.com/nseetim/reactnd_project_my-reads_app.git`

-switch directory to the directory of the cloned repo

$ cd your_working_directory/reactnd_project_my-reads_app.git`

-install dependencies using npm or yarn

$ npm install

or

$ yarm install

-start the app using npm or yarm

$ npm start

or

$ yarn start

You should be automatically redirected to the page once the server is up and running or you could visit

About

First of three required projects for the react nano degree program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published