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
- Host: GitHub
- URL: https://github.com/omerixe/would-your-rather
- Owner: Omerixe
- Created: 2020-05-14T12:52:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T17:00:13.000Z (over 4 years ago)
- Last Synced: 2025-07-13T09:46:03.628Z (7 months ago)
- Language: JavaScript
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```