LeaderBoard-Project

The leaderboard is a website that 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.

Stars
3

Leaderboard

The leaderboard is a website that 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.

Built With

  • HTML
  • CSS
  • JavaScript (ES6)
  • Webpack
  • Gitflow

Screenshots

Live Demo

Link to the Website

Getting Started

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

Prerequisites

  • Node.js
  • npm

Setup

You can directly clone this repo git clone [''] and run the with applicable code-editor.

  • cd into the project directory
cd leaderboard-with-api
  • Once you clone the repo, go to the directory and run npm install command to get all necessary instalations.

  • Build/ watch project (not necessary, but might be needed in case you make some changes in the src folder).

npm run build
npm run watch
  • Congratulations! you are all set and you can open the project using a live sever extension from your code editor
  • or you can also use Webpack's live server by simply typing
npm start

Author

Joy Kwamboka

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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.

License

This project is MIT licensed.

Related Projects