benbenben147147147 / Quiz-to-Contribute-OSS

A collaboratively developed quiz application to get the feet wet with Open Source Software (OSS) projects.
MIT License
9 stars 18 forks source link

new feature: leaderboard #79

Closed benbenben147147147 closed 3 months ago

benbenben147147147 commented 3 months ago

🚀 What is the feature?

In an earlier issue, we have developed a backend node server. This enables us to do some really cool stuff.

Let's program a leaderboard! 🚀

Create a new leaderboard.html (and leaderboard.js) file(s), that is fetching the list of scores from the backend. To do that, I would suggest, create a new api endpoint (GET - localhost:3000/api/scores) that returns - for now - a dummy list of scores to the caller. In the frontend, call this endpoint and display the data on the screen.

You are absolutely free in the design and your ideas. :)

If the descriptions are not sufficient, don't hesitate to contact me 👍

ℹī¸ Additional info

Add a screenshot of your changes - if helpful.

Make sure the app works, otherwise the PR cannot be approved.