Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sejas/react-books
First project for Udacity nanodegree MyReads
https://github.com/sejas/react-books
Last synced: about 3 hours ago
JSON representation
First project for Udacity nanodegree MyReads
- Host: GitHub
- URL: https://github.com/sejas/react-books
- Owner: sejas
- Created: 2017-07-21T17:38:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T23:51:17.000Z (over 7 years ago)
- Last Synced: 2025-01-01T15:42:15.731Z (2 days ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# First project from Udacity
To run , follow the instructions:
```
npm install
npm start
```## Description
Bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.
Also you can find books searching by these terms: [SEARCH_TERMS.md](SEARCH_TERMS.md).
I reduced the amount of backend calls when searching.### Author
[Antonio Sejas](https://sejas.es)