Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laylo309/leaderboard
In this project, I have used webpack to develop a project that uses API to create Leaderboard.
https://github.com/laylo309/leaderboard
css html javascript webpack
Last synced: about 1 month ago
JSON representation
In this project, I have used webpack to develop a project that uses API to create Leaderboard.
- Host: GitHub
- URL: https://github.com/laylo309/leaderboard
- Owner: Laylo309
- License: mit
- Created: 2021-09-01T22:22:55.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-02-19T00:57:52.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T06:34:27.993Z (about 2 months ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage: https://laylo309.github.io/Leaderboard/
- Size: 386 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 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](https://www.notion.so/microverse/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3).
## Live Demo
[Live Demo Link - Leaderboard](https://laylo309.github.io/Leaderboard/)
## Built With
- JavaScript
- HTML
- Webpack
- Visual Studio Code
- Git & Github## Getting Started
- I have used HTML CSS and JavaScript in the webpack environment.
- I've included linters to improve and cleaning all of my code.### Prerequisites
- IDE to edit and run the code (I use Visual Studio Code 🔥).
### Install
To get a local copy up and running follow these simple example steps.
- Open terminal
- Clone this project by the command `https://github.com/Laylo309/Leaderboard.git`
- Cd `Leaderboard` folder
- Open `index.html` from `src` folder in your local browser or using Live Server in Visual Studio Code.
- To install this project run `npm install`.
- To run the project use the command `npm start`## Author
👤 **Laylo Khodjaeva**
- GitHub: [Laylo309](https://github.com/Laylo309)
- Twitter: [laylo](https://twitter.com/laylo_khodjaeva)
- LinkedIn: [Laylo](https://www.linkedin.com/in/laylo-khodjaeva)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Laylo309/Leaderboard/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 LicenseThis project is [MIT](./LICENSE) licensed.