MichaelPachec0 / nodejs-project-night

Project night for May 27 2022
MIT License
5 stars 12 forks source link

Create RESET button #20

Open istarlet opened 2 years ago

istarlet commented 2 years ago

We need a button created that says RESET. This button will be used to reset the game back to its original state.

Original State: All cards are facedown

Button Needs

Dex-theDev commented 2 years ago

Do you need the javascript for the button to work also? or just the styling for now?

SarahMelki commented 2 years ago

The js for the button is only one line I guess

JoeDravarol commented 2 years ago

Do you need the javascript for the button to work also? or just the styling for now?

As long as the JavaScript just handle the event of calling a reset function (That currently does not exist yet) it would be okay. Something like what @SarahMelki mention but later on there will be an issue to actually create the reset feature.

Dex-theDev commented 2 years ago

Ok i’ll assign myself to this one. Im gonna use the styling from the frontend mentor pic

JoeDravarol commented 2 years ago

We have discuss in the voice comms that the reset button should include the JavaScript functionality also.