issues
search
German-Cobian
/
Top-Ranks
A javascript app where users can input their name and purported current score. It calls an API where said information is saved, for this user and for whatever other users may tap into it.
MIT License
5
stars
0
forks
source link
Leaderboard second milestone
#2
Closed
German-Cobian
closed
3 years ago
German-Cobian
commented
3 years ago
Created a new game by using the API.
Implemented the "Refresh" button (receiving data from the API and parsing the JSON).
Implemented the form "Submit" button (sending data to the API).
Used async and await JavaScript features to consume the API.