Lenoxo / mk-dashboard

Small web app for showing the score of several fights in the mortal kombat game with a great style
0 stars 0 forks source link

ISSUE 6: Add addFight basic fight creation #15

Open Lenoxo opened 6 hours ago

Lenoxo commented 6 hours ago

For now, you can focus on:

  1. Adding a form for creating a new fight registry, that will be written in memory in the profileData state.
  2. Change the sorting of the rendered components in FightResult with .reverse(), to make it look like a stack, having the newer entries at first.