https://github.com/altontonn/leaderboard
A web that consumes an API to show users with highest scores. Built with Webpack and JavaScript
https://github.com/altontonn/leaderboard
css javascript webpack
Last synced: 9 months ago
JSON representation
A web that consumes an API to show users with highest scores. Built with Webpack and JavaScript
- Host: GitHub
- URL: https://github.com/altontonn/leaderboard
- Owner: altontonn
- License: mit
- Created: 2022-08-23T10:05:56.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-18T22:38:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T10:51:17.765Z (about 1 year ago)
- Topics: css, javascript, webpack
- Language: JavaScript
- Homepage: https://altontonn.github.io/Leaderboard/
- Size: 4.24 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaderboard

> Leaderboard list app
**Additional description about the project and its features.**
- This is a leaderboard list app that consumes an API that implements the actions behind the refresh and submit.
## HTML Linters
- [Webhint](https://github.com/microverseinc/linters-config/tree/master/html-css)
## CSS Linters
- [Stylelint](https://github.com/microverseinc/linters-config/tree/master/html-css)
## JS Linters
- [ESlint](https://github.com/microverseinc/linters-config/tree/master/html-css-js)
## ⚒️ Built With
- WEBPACK & JAVASCRIPT & CSS
## Run Project
- `npm install`
- `npm run start # this will make webpack watching for your changes in code`
## Open in browser
- open dist/index.html
## Live Demo
[See Live](https://altontonn.github.io/Leaderboard/)
## 🧰 Tools
The following tools help make it easier to run this code.
- [Visual Studio Code](https://code.visualstudio.com/): A source code editor
- `Git`
## 🔥 Getting Started
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.
[Download the ZIP from this location](https://github.com/altontonn/Leaderboard/archive/refs/heads/main.zip), or run the following [git clone](https://github.com/altontonn/Leaderboard.git) command to clone the files to your machine:
```bash
git clone https://github.com/altontonn/Leaderboard.git
```
- Once the files are downloaded or cloned on your machine, open the "Portfolio" folder in [Visual Studio Code(VSCode)](https://code.visualstudio.com/)
- Optionally you can simply open the index.html file located in the "personal-portfolio" folder with your preferred browser
## 🙎🏾♂️ Authors
- GitHub: [Newton Alumasa](https://github.com/altontonn)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/altontonn/Leaderboard/issues).
## Acknowledgements
- Microverse
## 👊🏾 Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://github.com/altontonn/Leaderboard/blob/basic-page/LICENSE) licensed.