issues
search
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
Hit the api
#2
Closed
abenaTenkorang
closed
1 year ago
abenaTenkorang
commented
1 year ago
In this pull request, I implement the following;
Create a new game with the name of my choice by using the API.
Make sure that I saved the ID of your game that will be returned by API.
Implement the "Refresh" button that will get all scores for a game created by you from the API (receiving data from the API and parsing the JSON).
Implement the form "Submit" button that will save a score for a game created by me (sending data to the API).
Use arrow functions instead of the function keyword.
Use async and await JavaScript features to consume the API.
In this pull request, I implement the following;