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: about 1 year 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.
- Host: GitHub
- URL: https://github.com/billymohajeri/leaderboard
- Owner: billymohajeri
- Created: 2022-12-19T16:23:58.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-25T21:08:35.000Z (about 2 years ago)
- Last Synced: 2025-04-18T15:16:29.692Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: CSS
- Homepage: https://billymohajeri.github.io/Leaderboard/dist/
- Size: 886 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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** 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.
Client
- HTML 5
- CSS 3
- JavaScript
- Webpack 5
- [Live Demo Link](https://billymohajeri.github.io/Leaderboard/dist/)
To get a local copy up and running, follow these steps:
```sh
git clone git@github.com:billymohajeri/Leaderboard.git
npm run build
npm start
```
### Prerequisites
In order to run this project you need:
- Code Editor: VS Code
- Web Browser
👤 **Billy Mohajeri**
- GitHub: [@BillyMohajeri](https://github.com/billymohajeri)
- Twitter: [@BillyMohajeri](https://twitter.com/BillyMohajeri)
- LinkedIn: [@BillyMohajeri](https://www.linkedin.com/in/billymohajeri)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can support me by giving a ⭐.
I would like to thank all of my code reviewers for giving me constructive feedback.
This project is [MIT](./LICENSE/MIT.md) licensed.