https://github.com/didierofrivia/guesscards
Simple guess card game
https://github.com/didierofrivia/guesscards
flow futurama react redux webpack
Last synced: 3 months ago
JSON representation
Simple guess card game
- Host: GitHub
- URL: https://github.com/didierofrivia/guesscards
- Owner: didierofrivia
- License: mit
- Created: 2018-06-07T16:35:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T13:45:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T23:46:58.463Z (over 1 year ago)
- Topics: flow, futurama, react, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 6.75 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guess Cards
It's just a simple game of guessing the name of Futurama characters. Why doing this? Just for the fun of building a simple React/Redux app.

## Run in dev mode
1. Install dependencies:
`$ npm install`
2. Run the API dev server (source of Futurama characters):
`$ npm run server`
3. Then the app:
`$ npm run dev`
4. Profit!