An open API service indexing awesome lists of open source software.

https://github.com/amon-cofie/leaderboard-project

A JavaScript web app that contains the high scores of your games and the players that had those scores. It lists the scores from the highest to the lowest, showing the player with the highest scores. Bundled with webpack.
https://github.com/amon-cofie/leaderboard-project

javascript webpack

Last synced: about 1 month ago
JSON representation

A JavaScript web app that contains the high scores of your games and the players that had those scores. It lists the scores from the highest to the lowest, showing the player with the highest scores. Bundled with webpack.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# Leaderboard

> This is a medium fidelity wireframe of a single page leaderboard application built

## Built With

- HTML
- CSS
- JavaScript
- Webpack

## Live Demo

[See live](https://amon-cofie.github.io/leaderboard-project/dist/)

## Get Started

This project is high-fidelity wireframe of a leaderboard web app. You can open the live link to view it or you can make a copy to personalize it.
To get a local copy up and running follow these simple example steps:

### Prerequisites

- Code editor
- Install Git
- Command Line Interface
- Basic knowledge of HTML and Javascript
- Web browser
- webpack
- npm

### Setup

- Open your command line and change directory to the destination on your local computer where you want your copy to be stored (You can use the terminal in VS code).
- Copy this command to your command line or terminal: **git clone https://github.com/amon-cofie/leaderboard-project.git**
- Change directory to the repository. You can use this command in the command line: **cd leaderboard-project**
- The content of the repository should appear in the your code editor at this point if you are using the inbuilt terminal.
- You can open the repository from git bash in VS code at this point with the following command: **code .**
- You should make any desired changes in the "src" folder and try as much as possible not to change the configurations in the package.json and webpack.config.js files

## Author

👤 **David Amon-Cofie**

- GitHub: [@amon-cofie](https://github.com/amon-cofie)
- Twitter: [@amon_cofie](https://twitter.com/amon_cofie)
- LinkedIn: [David Amon-Cofie](https://www.linkedin.com/in/david-amon-cofie-2389ab241/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/amon-cofie/leaderboard-project/issues).

## 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](https://github.com/amon-cofie/leaderboard-project/blob/develop/LICENSE) licensed.