vl4di99 / Pokemon-Rock-Paper-Scissors-ReactJS

pokemon-rock-paper-scissors.vercel.app
0 stars 0 forks source link

Configure Round Tab #7

Open vl4di99 opened 2 years ago

vl4di99 commented 2 years ago

For each round, the tab set in #3 will be highlighted accordingly. A useState with the Round will be made, useState which will be initialized with 1 and will increase the value in each round. After the third round, the useState will get back to 1. The active round tab need to be highlighted and the others need to be disabled. The user must not have the ability to change the tabs.