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

https://github.com/didierofrivia/flipcards

Simple memory cards game written in Elm
https://github.com/didierofrivia/flipcards

elm functional functional-programming futurama

Last synced: about 2 months ago
JSON representation

Simple memory cards game written in Elm

Awesome Lists containing this project

README

          

# Flip Cards

![Flip Cards](https://github.com/ddcesare/flipcards/raw/master/src/static/img/demo.gif)

### About:
An simple memory game written in Elm

### Requirements:
- Node >= v6.11

### Serve locally:
```sh
npm start
```
* Access app at `http://localhost:8080/`

### Build & bundle for production:
```
npm build
```

### Contributing
- PR's welcome :)