MichaelPachec0 / nodejs-project-night

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

Modal to display game instructions and header to display username and score in the DOM #45

Closed thecornisians closed 2 years ago

thecornisians commented 2 years ago

Created a modal that displays game instructions 2seconds after page load, and a form to take username. When a user submits, it then displays the user name and score in the dom

CodingWithDan commented 2 years ago

Went through it and it looks solid!