Said-laasri / Leaderboard

Leaderboard website is a page that contains information that you already inputed names and scores of players.
https://incandescent-souffle-974b06.netlify.app/
4 stars 0 forks source link

Hit the API ! #2

Closed Said-laasri closed 2 years ago

Said-laasri commented 2 years ago

Created new files :1234:

constants.js >API_URL display.js > display score on screen fetch.js> getData from API

Created a new game by using the API. Implemented the form "Submit" button (sending data to the API). Implemented the"Refresh"button (receiving data from the API and parsing the JSON). Used arrow function Used async and await JavaScript features to consume the API.

Said-laasri commented 2 years ago

@omarsalem7 Thank you for reviewing my project.