https://github.com/tgaeta/myreads
Project 1 of Udacity's React Nanodegree
https://github.com/tgaeta/myreads
reactjs udacity-react-nanodegree
Last synced: about 1 month ago
JSON representation
Project 1 of Udacity's React Nanodegree
- Host: GitHub
- URL: https://github.com/tgaeta/myreads
- Owner: tgaeta
- Created: 2018-04-28T14:21:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:33:01.000Z (about 8 years ago)
- Last Synced: 2025-02-03T20:51:58.741Z (over 1 year ago)
- Topics: reactjs, udacity-react-nanodegree
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyReads Project
MyReads is a web application that allows you to select and categorize books you have read, are currently reading, or want to read. This project was built using `create-react-app`.
## How to Get Started
To boot the app right away:
* install all project dependencies with `npm install` or `yarn add`
* start the development server with `npm start` or `yarn start`