leaderboard

This is a website showing all the top players in a game. This repo is to practice the use of callbacks and promises, to learn how to use proper ES6 syntax, to use ES6 modules to write modular JavaScript, and to practice using webpack to bundle JavaScript.

MIT License

Stars
5

Leaderboard

This is a leaderboard showing all the top players, where you can enter your own score, and see how you rank against the other players. This project is to practice:

  • Using callbacks and promises.
  • Learning how to use proper ES6 syntax.
  • Using ES6 modules to write modular JavaScript.
  • Using webpack to bundle JavaScript.

Built With

  • Html, CSS, Javascript
  • Webpack

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node.js

Setup

  • Clone this repository.

Install

  1. On your computer, open your terminal
  2. cd into the repository's folder.
  3. Enter npm install into the terminal.
  4. Enter npm run build into the terminal.
  5. Run the dist/index.html file.

Authors

Humaira Zaman

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

Acknowledgments

  • Microverse team.

License

This project is MIT licensed.

Related Projects