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

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

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.

![Guess Cards](https://github.com/ddcesare/guesscards/raw/master/src/images/example.png)

## 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!