An open API service indexing awesome lists of open source software.

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

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.