https://github.com/k0ppai/leaderboard-list-app
This is an app that you can use to input your scores. It displays all of the user inputs from anywhere from best score to worst score.
https://github.com/k0ppai/leaderboard-list-app
api bootstrap javascript
Last synced: 2 months ago
JSON representation
This is an app that you can use to input your scores. It displays all of the user inputs from anywhere from best score to worst score.
- Host: GitHub
- URL: https://github.com/k0ppai/leaderboard-list-app
- Owner: K0ppai
- License: mit
- Created: 2023-06-20T06:40:21.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-27T10:48:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T10:14:42.585Z (over 1 year ago)
- Topics: api, bootstrap, javascript
- Language: JavaScript
- Homepage: https://leaderboard-list.netlify.app/
- Size: 332 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Leaderboard List Project
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
***Leaderboard List Project*** is a website that displays scores submitted by different players.
## 🛠 Built With
- HTML.
- CSS.
- JavaScript
- Webpack
Client
- **Use of async functions.**
- Click here for [live](https://leaderboard-list.netlify.app/) demo.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A Chrome browser
- npm
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/K0ppai/leaderboard-list-app.git
```
### Install
Install the prerequisites this project using:
```sh
cd leaderboard-list-app
npm init -y
npm install --save-dev hint@7.x
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Usage
To run the project:
```
index.html
```
### Run tests
To run tests after setting up the linters, run the following command:
```sh
npx hint .
```
```sh
npx stylelint "**/*.{css,scss}"
```
### Deployment
You can deploy this project using:
- Run index.html on your preferred browser.
👤 **Paing Soe Thu**
- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [@_koppai_](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu)
- [ ] **Send and receive data from API**
- [ ] **Deploy live link**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, don't forget to leave a star.
- Thank you for code reviews and pull requests!
- This project is [MIT](./LICENSE) licensed.