Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/billymohajeri/leaderboard

The leaderboard saves and displays scores submitted by different players. It also allows you to submit your score. All data is preserved by an external API. Built with HTML5, CSS3, JavaScript, and Webpack.
https://github.com/billymohajeri/leaderboard

css html javascript webpack

Last synced: 3 months ago
JSON representation

The leaderboard saves and displays scores submitted by different players. It also allows you to submit your score. All data is preserved by an external API. Built with HTML5, CSS3, JavaScript, and Webpack.

Awesome Lists containing this project

README

        

Leaderboard

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📺 Presentation](#live-demo)
- [📝 License](#license)

# 📖 Leaderboard

**Leaderboard** The leaderboard website 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.

app-screenshot

## 🛠 Built With

### Tech Stack

Client


  • HTML 5

  • CSS 3

  • JavaScript

  • Webpack 5

## 🚀 Live Demo

- [Live Demo Link](https://billymohajeri.github.io/Leaderboard/dist/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps:

```sh
git clone [email protected]:billymohajeri/Leaderboard.git
npm run build
npm start
```

### Prerequisites

In order to run this project you need:

- Code Editor: VS Code
- Web Browser

## 👥 Authors

👤 **Billy Mohajeri**

- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, you can support me by giving a ⭐.

(back to top)

## 🙏 Acknowledgments

I would like to thank all of my code reviewers for giving me constructive feedback.

(back to top)

## 📝 License

This project is [MIT](./LICENSE/MIT.md) licensed.

(back to top)