This is an app that lets you record scores of your game
In this activity you will set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features. You should develop a first working version of the app following a wireframe, but without styling - just focus on functionality. In following activities, you will consume the Leaderboard API using JavaScript async and await and add some styling.
To get a local copy up and running follow these simple example steps.
Clone this repository $ git clone Clone this repository $ cd Leaderboard
Run project
$ npm install
$ npm start # this will make webpack watching for your changes in code
$ open dist/index.html
👤 Emmanuel Mhango
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.