Skip to content

robbisg/reactnd-project-myreads-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads - Udacity's React Fundamentals ND Project #1

This is my solution for the first project of the Udacity's React Fundamental Nanodegree.

Description

The App is a virtual bookshelf that helps you to track your readings and your wanna-read books.

Installation

The App is build in React and uses React Router and Material-UI, but you can find dependencies in the package.json file. To install and run the app follow these steps:

# Clone the project
git clone https://github.com/robbisg/reactnd-project-myreads-starter.git my-reads
cd my-reads

# Install dependecies
npm install

# Start the App
npm start

Now you can go to http://localhost:3000 and find your virtual bookshelf!

Further details

You can check further details in the main Udacity's React ND directory

About

Udacity React ND project #1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • CSS 17.7%
  • HTML 7.7%