This is the Ongame front-end challenge. It is a generic example of what your daily life will be like.
You should know GIT, HTML, CSS and JavaScript.
Fork this repository, it needs to stay on GitHub, available for everyone.
You will create the example-x.png where you will display the items available for players to redeem.
Items will be loaded by GET this json
Clicking on the redeem button, you will send POST to this URL with this data:
{
"item_id": 1,
}Be creative and organized. Each line will be evaluated.