https://github.com/kaseyhinton/my-reads
The my reads project from the Udacity React Nanodegree
https://github.com/kaseyhinton/my-reads
Last synced: about 2 months ago
JSON representation
The my reads project from the Udacity React Nanodegree
- Host: GitHub
- URL: https://github.com/kaseyhinton/my-reads
- Owner: kaseyhinton
- Created: 2018-06-20T16:50:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T00:55:30.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T16:17:01.882Z (2 months ago)
- Language: JavaScript
- Size: 208 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# MyReads Project
This web application is your own personal library! Keep track of all of the books you want to read, are currently reading, and have read all in one place. This project is written with react and create-react-app and uses Udacity's my reads api.
## Getting Started
For development run these commands in a terminal.
- `git clone https://github.com/kaseyhinton/my-reads`
- `cd my-reads`
- `npm install`
- `npm start`## Contributing
All pull requests are welcome. Please create an issue before pull requesting a bug fix or enhancement!