Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeniobarrosjr/udacity-my-reads
My Reads : First project of Udacity's React Nanodegree course.
https://github.com/eugeniobarrosjr/udacity-my-reads
Last synced: about 1 month ago
JSON representation
My Reads : First project of Udacity's React Nanodegree course.
- Host: GitHub
- URL: https://github.com/eugeniobarrosjr/udacity-my-reads
- Owner: eugeniobarrosjr
- License: mit
- Created: 2018-10-25T16:13:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T13:00:03.000Z (over 5 years ago)
- Last Synced: 2024-11-09T12:37:18.074Z (3 months ago)
- Language: JavaScript
- Size: 928 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is my implementation of MyReads app which is the final assessment project for the
Udacity's React Fundamentals course, part of the [React Nanodegree Program](https://udacity.com/course/nd019).My Reads is a bookshelf app that allows users to categorize books they have read, are currently reading or want to read. The project uses React to build the application and uses API server provided by Udacity and client library that persist information as user interact with the application.
## Demo
[https://eugeniobarrosjr.github.io/udacity-my-reads/](https://eugeniobarrosjr.github.io/udacity-my-reads/)
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
- **Npm** is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. [Download Node.js](https://nodejs.org/en/download/)
- **Yarn** is a package manager built by Facebook Team and seems to be faster than npm in general. [Download Yarn](https://yarnpkg.com/en/docs/install)
### Installing
To download the project follow the instructions bellow:
```
git clone https://github.com/eugeniobarrosjr/udacity-my-reads
cd myreads
```Then install dependencies and run:
```
yarn install
yarn start
```or
```
npm install
npm run start
```## Versions
v1.0
- Default project implementation
## Authors
Eugênio Barros
- [https://github.com/eugeniobarrosjr](https://github.com/eugeniobarrosjr)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details