Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belmeetmule/leader-board
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with java script and preserve data at Leaderboard API service.
https://github.com/belmeetmule/leader-board
Last synced: 23 days ago
JSON representation
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with java script and preserve data at Leaderboard API service.
- Host: GitHub
- URL: https://github.com/belmeetmule/leader-board
- Owner: belmeetmule
- Created: 2022-08-30T15:45:58.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-09-02T13:53:02.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:28:35.258Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 369 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Leaderboard list app
## Description
Leaderboard list app displays leadroard list. The app consumes the Leaderboard API!!## Live Demo
- To visit the site live:
[Live Demo Link](https://belmeetmule.github.io/leader-board/dist/)## Built With
- HTML
- CSS
- JS## Technologies used:
- linters
- Web-pack
- Async/Await## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git clone https://github.com/belmeetmule/portfolio.git
```
3. To access cloned directory run:
```bash
cd portfolio
```
3. Open it with the live server### Install
> To install linters and other project's dependencies run:
```bash
npm install
```
## Run Test for LintersFor tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
```bash
npx hint .
```2. For tracking linter errors in CSS or SASS files run:
```bash
npx stylelint "\*_/_.{css,scss}"
```## Authors
👤 **Mulugeta M.**
- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/belmeetmule/leader-board/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thank You [Microverse](www.microverse.org) team.
- Thanks to everyone who will get time to check this code and suggest any [issues](https://github.com/belmeetmule/leader-board/issues)## 📝 License
This project is [MIT](./MIT.md) licensed.