Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeniobarrosjr/udacity-flashcards
Flashcards : Third project of Udacity's React Nanodegree course.
https://github.com/eugeniobarrosjr/udacity-flashcards
Last synced: about 1 month ago
JSON representation
Flashcards : Third project of Udacity's React Nanodegree course.
- Host: GitHub
- URL: https://github.com/eugeniobarrosjr/udacity-flashcards
- Owner: eugeniobarrosjr
- License: mit
- Created: 2019-02-17T22:59:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T13:00:33.000Z (over 5 years ago)
- Last Synced: 2024-11-09T12:37:22.251Z (3 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This project is my implementation of Flashcards 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).The Flashcards Project is the third and last project from the Udacity's React Developer Nanodegree program. We build a flashcards mobile app to allow users to study questions and terms for example.
## 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-flashcards.git
cd udacity-flashcards
```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