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

https://github.com/omerixe/would-your-rather

Second React and Redux project for the React Nanodegree
https://github.com/omerixe/would-your-rather

Last synced: 6 months ago
JSON representation

Second React and Redux project for the React Nanodegree

Awesome Lists containing this project

README

          

# Would you rather
A small and simple react application to play the game "Would You Rather?"

## Installation
First, install the project with all its dependencies.
```shell
$ npm install
```
Then you can start it with
```shell
$ npm start
```