This project is bootstrapped with Create Elm App.
Below you will find some information on how to perform basic tasks. You can find the most recent version of this guide here.
This is an educational project I build in my spare time during my train commutes to work.
The goal was to build a single page application as well as a game using elm.
The single page asspect of the app is achieved through basic navigation of pages
/
/about
/404
The game part is simple memory game which involves finding pairs of emoticons. The app can be found here
elm-app start
then navigate to
http://localhost:3000
- Write tests
- Add a scoring system
- Some tidying up