kedarmhaswade / vardaL

A word guessing game made using React, Typescript, and Tailwind
MIT License
0 stars 4 forks source link

Provide an announcement flash on load #26

Closed kedarmhaswade closed 2 years ago

kedarmhaswade commented 2 years ago

When the game is loaded for the first time, provide a flash. This flash should be an announcement.

To begin with let's announce on the flash that we are going to the one-word a day mode on 10 March 2022.

kedarmhaswade commented 2 years ago

I am showing the About modal on load. This needs a revisit.

kedarmhaswade commented 2 years ago

I need to figure out how to make one modal "show" from another modal. Need to learn some react.