Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugboaja-uchechi/leaderboard
https://github.com/ugboaja-uchechi/leaderboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ugboaja-uchechi/leaderboard
- Owner: Ugboaja-Uchechi
- Created: 2021-10-11T12:16:59.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-11-14T14:15:06.000Z (about 3 years ago)
- Last Synced: 2024-04-18T16:40:26.462Z (9 months ago)
- Language: JavaScript
- Size: 895 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Leaderboard
* The leaderboard website displays scores.
# Live Link
[Demo Link](https://ugboaja-uchechi.github.io/leaderboard/dist/)
# Screenshot
![image](https://user-images.githubusercontent.com/74814780/137373744-4e73194f-c343-46ff-993f-7ac92ed88233.png)
## Setup
### Clone this repository
```bash
$ git clone https://github.com/Ugboaja-Uchechi/leaderboard.git
$ cd Leaderboard
```### Run project
```bash
$ npm install
$ npm run build
$ npm run start # this will make webpack watching for your changes in code.
```## Test
For tracking linter errors locally you need to follow these steps:
- For tracking the linter errors in HTML file run:
> npx hint .- For tracking the linter errors in CSS file run:
> npx stylelint "**/*.{css,scss}"- And For tracking the linter errors in JavaScript file run:
> npx eslint .## Built With
- HTML
- JavaScript
- CSS
- Webpack## 👤 Author
The author of the entire code is Ben Mukebo-
- [GitHub](https://github.com/Ugboaja-Uchechi/)
- [LinkedIn](https://www.linkedin.com/in/stephanie-ugboaja-930a2a216/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/BenMukebo/Leaderboard/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
Thank you [Microverse](https://img.shields.io/badge/Microverse-blueviolet) for preparing this project! 👏👏👏
## 📝 License
This project is MIT licensed.