lalalilo / gitmemoji

An app to learn gitmoji emojis

Home Page:https://gitmemoji.lalilo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display the list of gitmoji emojis on a flip card

nicgirault opened this issue Β· comments

This is super exciting! You're going to do the very first functionality of the app bringing this app from no value at all to a usable app. This represent an added value of +Infinity πŸ‘πŸ‘πŸ‘.

Make sure to read the guidelines [TODO] before starting working on this.

What you should do in this ticket:

  • create a FlipCard component with a front face and a back face. When we click on the front face, the card should flip.
  • copy the list of official git gitmoji emojis here: https://github.com/carloscuesta/gitmoji/blob/master/src/data/gitmojis.json (we will see later how to keep this list up to date). If you feel like an artist πŸ‘¨β€πŸŽ¨, you can also search the emoji colors from the official website and use them to pimp the cards.
  • display the list of emojis using the FlipCard component. On the front face, we should see the description and on the back face we should the the emoji and its code.