0 Forks
7 Stars
7 Watchers

Leaderboard

A simple JavaScript app that keeps tracks of leader board scores using a Leaderboard API. Send a POST request to the API, this generates an ID that's stored in the browser's local storage. Use the ID as part of a fetch URL to add scores and also display these scores. Use async wait JavaScript to call a function after a promise is resolved.

How to download and setup Leaderboard

Open terminal and run command
git clone https://github.com/inspecta/Leaderboard.git
git clone is used to create a copy or clone of Leaderboard repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Leaderboard https://github.com/inspecta/Leaderboard/archive/master.zip

Or simply clone Leaderboard with SSH
[email protected]:inspecta/Leaderboard.git

If you have some problems with Leaderboard

You may open issue on Leaderboard support forum (system) here: https://github.com/inspecta/Leaderboard/issues