swamimalode07 / SimonsaysGame

This is a Simon Says game built using HTML, CSS, and JavaScript for the frontend, with an Express.js backend and MongoDB for storing user data and leaderboard information.
3 stars 5 forks source link

Add "Play Again" Link to Leaderboard Navbar for Better User Navigation #7

Open rahulchaudhary2244 opened 2 hours ago

rahulchaudhary2244 commented 2 hours ago

Currently, the navigation bar on the Leaderboard page does not include a [Play Again] link, forcing users to click the browser's back button to restart the game. This creates a less intuitive navigation experience.

By adding a [Play Again] link to the navbar, users will be able to quickly restart the game directly from the Leaderboard page, enhancing convenience and usability.

Proposed Solution:

Add a [Play Again] link to the Leaderboard navbar, allowing users to restart the game seamlessly without needing to use the browser's back functionality. This small addition will improve the user experience by providing an easier way to restart the game.

rahulchaudhary2244 commented 2 hours ago

Hi @swamimalode07, Could you please share your thoughts on this suggestion?

swamimalode07 commented 1 hour ago

Your idea of adding Play again button is great and will certainly enhance the user experience. I've reviewed your proposal and assigned the PR to you. I've also labeled it with hacktoberfest. Looking forward to your implementation! , just remember to follow the UI colors .

swamimalode07 commented 1 hour ago

Make sure to add images or videos of your before and after PR