ndorrh / leaderBoard

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
0 stars 0 forks source link

Hit api #2

Closed ndorrh closed 2 years ago

ndorrh commented 2 years ago

LeaderBoard

In this milestone, I was able to achieve the following:

  1. Create my own game on the given API
  2. Receive data from the form and send it to the API
  3. Get data from API and display it on the dom
  4. Use proper gitflow and documentation
  5. Ensure there are no linter errors