Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```