Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimuraz/would-you-rather
Would you rather project for udacity
https://github.com/kimuraz/would-you-rather
Last synced: 1 day ago
JSON representation
Would you rather project for udacity
- Host: GitHub
- URL: https://github.com/kimuraz/would-you-rather
- Owner: kimuraz
- Created: 2019-09-08T19:30:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:26:28.000Z (about 2 years ago)
- Last Synced: 2024-12-18T14:38:19.747Z (about 2 months ago)
- Language: JavaScript
- Size: 2.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Would you rather :question:
This is a project for the Udacity's react developer nano degree.
It consists in an application on which you can play "Would you rather?" game, you can choose, for each question, between tWo options. Besides that, you can create your own question.## Installing and running the application :gear:
### Install dependecies
```sh
$ yarn install
```### Starting the application
```sh
$ yarn start
```