Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulhamiid/leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved in Leaderboard API service. built with JavaScript and Webpack.
https://github.com/abdulhamiid/leaderboard
css javascript webpack
Last synced: 2 months ago
JSON representation
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved in Leaderboard API service. built with JavaScript and Webpack.
- Host: GitHub
- URL: https://github.com/abdulhamiid/leaderboard
- Owner: abdulhamiid
- Created: 2022-06-14T13:03:33.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-14T14:41:32.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:01:54.602Z (almost 2 years ago)
- Topics: css, javascript, webpack
- Language: CSS
- Homepage:
- Size: 433 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard App
> The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved in Leaderboard API service.
## Built With
- HTML
- JavaScript (ES6+)
- CSS
- Webpack## Screenshots
![screenshot](./img/home.PNG)
![screenshot](./img/mobile.PNG)### Live Demo
🔥 [Link](https://abdulhamiid.github.io/leaderboard) 🔥
## Getting Started
To get a local copy up and running follow these simple example steps.
### Clone this repository
```
git clone https://github.com/abdulhamiid/leaderboard.git
```## This project is built with webpack
### Prerequisites
- Node.js
- npmnavigate into the project directory
```terminal
cd leaderboard
```
- Once you've cloned the repo and are inside the directory, run `npm install`
command to get all necessary installations.- **Yep, that's it!** you are now all set and simply run `npm start` to get your clone up and running on the browser.
## Author
👤 **Abdulhamid**
- GitHub: [abdulhamiid](https://github.com/abdulhamiid)
- Twitter: [@abdulhamid_adio](https://twitter.com/abdulhamid_adio)
- LinkedIn: [Adio Abdulhamid](https://linkedin.com/in/abdulhamid-adio)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/abdulhamiid/leaderboard/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.