Skip to content

romidane/find-me-an-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find me

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.

Background

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

View the app

alt Screenshot

Running the app in development mode

elm-app start

then navigate to http://localhost:3000

Todo

  • Write tests
  • Add a scoring system
  • Some tidying up