abenaTenkorang / leaderboard

leaderboard is a website that displays scores submitted by different people. It also allows users to submit their own score
3 stars 0 forks source link

Fri jan 13 peer code review #4

Open brainskev opened 1 year ago

brainskev commented 1 year ago

Hi @abenaTenkorang Your code looks great. Here is a suggestion that I think might be useful. Add input validation before sending the player data to the server, it would be useful to validate that the user has entered a name and a score. If the input is invalid, you can show an error message to the user instead of making the fetch request.

abenaTenkorang commented 1 year ago

Thank you @brainskev for your suggestion. It has been rectified