Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomendez/mybookreads
Udacity React nano degree first project
https://github.com/jomendez/mybookreads
Last synced: 6 days ago
JSON representation
Udacity React nano degree first project
- Host: GitHub
- URL: https://github.com/jomendez/mybookreads
- Owner: jomendez
- Created: 2020-06-06T01:03:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:28:21.000Z (almost 2 years ago)
- Last Synced: 2024-03-18T05:10:56.344Z (8 months ago)
- Language: JavaScript
- Size: 1.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# MyBookReads Project
This is the project for the final assessment project for Udacity's React Fundamentals course.
It is a react app that consumes an API of books titles, with this app you can organize your books in 3 categories "Want to read", "Curently reading", "Read".
It also allows you to search for new book titles.## TL;DR
To run the application:
* install all project dependencies with `npm install`
* start the development server with `yarn start`