For this test you'll create a mobile version of the memory card game in JavaScript / HTML / CSS.
If you're unfamiliar with the memory card game you can see an example here.
- You can use any code resource you like but please cite your sources
- For each game, you need to pull new assets from /assets API (see swagger.yml)
- After each game, report results using /results API (see swagger.yml) and display returned message on the screen
- Fully functional site which runs on modern mobile browsers (e.g. mobile safari, chrome for android, etc...)
- You should provide a README with a brief overview of your project and any other important information
- You should fork this repository and send us a pull request when you're ready to submit your code
- Please check in your code early and often - we want to see lots of commits with descriptive commit messages
- Bonus points will be awarded for
- engaging interactivity
- clever use of animations / transforms / sounds / etc...
- including a build script
- responsive design / enhanced tablet functionality
- binding UI elements to a data model or external dynamic feed
- minimal use of images
- creativity