https://github.com/jomendez/mybookreads
Udacity React nano degree first project
https://github.com/jomendez/mybookreads
Last synced: 9 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T09:28:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T05:17:41.524Z (11 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`