https://github.com/flgmwt/udacity-myreads
https://github.com/flgmwt/udacity-myreads
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flgmwt/udacity-myreads
- Owner: FLGMwt
- Created: 2017-08-20T18:25:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T18:26:25.000Z (over 7 years ago)
- Last Synced: 2025-01-17T00:28:28.700Z (4 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# MyReads
An application for tracking books read or currently reading.
## Setup
To install, navigate to the MyReads project root and run `npm install` or `yarn`.
To launch the application, run either `npm start` or `yarn start`.
To run tests, run either `npm test` or `yarn test`