https://github.com/samuellekpor/leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with JavaSript
https://github.com/samuellekpor/leaderboard
css html javascript webpack
Last synced: 3 months ago
JSON representation
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with JavaSript
- Host: GitHub
- URL: https://github.com/samuellekpor/leaderboard
- Owner: Samuellekpor
- Created: 2022-10-18T11:14:16.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-22T16:06:07.000Z (over 3 years ago)
- Last Synced: 2025-02-22T05:42:24.506Z (over 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
> The leaderboard website displays scores submitted by different players. It also allows you to submit your score.
## Built With
- HTML, CSS, JavaScript
- Webpack
- Git & GitHub
## Live Demo (if available)
[Live Demo Link](https://livedemo.com)
## Get Started
To get the content of this project locally you need to run the following commands in your terminal.
### 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/Samuellekpor/leaderboard.git
```
2. To access cloned directory run:
```bash
cd leaderboard
```
3. Open it with the live server by running:
```bash
npm run start
```
### Install
> To install linters and other project's dependencies run:
```bash
npm install
```
## Run Test for Linters
For 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}"
```
3. For tracking linter errors in JavaScript files run:
```bash
npx eslint .
```
## Authors
👤 **Sammuel LEKPOR**
- GitHub: [@githubhandle](https://github.com/Samuellekpor)
- Twitter: [@twitterhandle](https://twitter.com/samuel_lekpor)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sammuel-lekpor)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Samuellekpor/Music-Makes-Us/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- For design inspiration we give credit to Cindy Shin
- For content inspiration we will like to give credit to AEI Group Limited and his team
- For Logo design, we will like to aknowledge pngwing
## 📝 License
This project is [MIT](./LICENSE) licensed.