https://github.com/nattydodd/reactnd-project-myreads-starter
Manage your reading history and wish list with this virtual bookshelf app.
https://github.com/nattydodd/reactnd-project-myreads-starter
books bookshelf nanodegree react virtuallibrarysystem
Last synced: 2 months ago
JSON representation
Manage your reading history and wish list with this virtual bookshelf app.
- Host: GitHub
- URL: https://github.com/nattydodd/reactnd-project-myreads-starter
- Owner: nattydodd
- Created: 2018-10-15T20:04:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T11:50:58.000Z (almost 7 years ago)
- Last Synced: 2024-12-22T03:27:52.967Z (10 months ago)
- Topics: books, bookshelf, nanodegree, react, virtuallibrarysystem
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# MyReads Project
This project is built using React.js and bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
This "Book Tracking" app uses a book searching API which allows you to find and save books that you:
a) Want to Read
b) Are Currently Reading
c) Have Read AlreadyYou can save these books onto your "shelves" in order to keep track for later. You can also move the books between shelves. For example, if you finish reading a book you can move it to the "Read" shelf, or if you no longer "Want to Read" a book, you can remove it from your shelf completely.
To run the app locally:
* `npm install`
Start the development server with:
* `npm start`