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 Search Functionality to Filter Players by Name in Leaderboard #2

Open KARANSINGH34951 opened 3 hours ago

KARANSINGH34951 commented 3 hours ago

Currently, the leaderboard displays all players in a static format without any ability to filter or search through the list. To improve user experience, I propose adding a search functionality that allows users to quickly find a specific player by typing their name into a search input field.

Screenshot 2024-09-30 210006

swamimalode07 commented 2 hours ago

Sure Karan, Your idea of adding a search functionality to the leaderboard 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!

swamimalode07 commented 2 hours ago

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