Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 970 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 970 Bytes

Udacity React Nanodegree

First Project : MyReads Apps

This project was bootstrapped with Create React App for the first project of Udacity React Nanodegree, to evaluate React Fundamentals.

This app allows you to select and categorize books you have read, are currently reading, or want to read.

npm start (How to Install)

# clone the repository
git clone https://github.com/epegase/FirstProjectUdacityReact

# navigate to the root directory
cd FirstProjectUdacityReact

# install the dependencies
npm install

# runs the app in the development mode
npm start

Open http://localhost:3000 to view it in the browser.

Credits

To complete this project, I use the book "Road to React" of Robin Wieruch and the repository of Sarah Maris for this project (class component approach).