issues
search
finalproject-quiz
/
quiz-project
0
stars
0
forks
source link
Tier III: Add a leaderboard containing all usernames + scores
#14
Open
ShalimaKhanum2605
opened
1 year ago
ShalimaKhanum2605
commented
1 year ago
User story
user should be able to see what their ranking is on leaderboard at the end of the quiz
should contain the username with the score on the right of it
Technical implementation
call from API to get users data on quiz
rank the scores from highest to lowest
display in a list on the last rendered page
User story
Technical implementation