A Pen by Mario Winkler on CodePen.
Last active
June 22, 2017 07:59
-
-
Save splosch/863714bde4c5a8f87b6994943bd77152 to your computer and use it in GitHub Desktop.
Flip the Coin - Coding Challenge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
## Welcome to the ~30min Greenfield-Coding-Challenge | |
*Flip the Coin* | |
# Get prepared | |
- to show off your frontend skills | |
- if you like CodePen.io you can code in there if you like otherwise | |
- download / fork the challenge on codepen or gist https://codepen.io/splosch/pen/bRRooe | |
# Your main task is: | |
- use Markup, Style & Script (pick what you like) | |
- craft a "coin" with 2 different sides | |
- make it "flip" through a user interaction | |
# Optional tasks (whenever main task is completed, pick some, order doesn't matter) | |
- the coin-flip result is random | |
- use an icon or image on one or both sides | |
- add animation (CSS || JS) | |
- the coin appears somewhat real (3D-ish) | |
- an user interaction starts and another stops the flipping | |
- have two coins flip independently | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment