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

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.

Awesome Lists containing this project

README

          

# Leaderboard List Project




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

***Leaderboard List Project*** is a website that displays scores submitted by different players.

## 🛠 Built With
- HTML.
- CSS.
- JavaScript
- Webpack

### Tech Stack

Client

### Key Features

- **Use of async functions.**

(back to top)

## 🚀 Live Demo

- Click here for [live](https://leaderboard-list.netlify.app/) demo.

(back to top)

## 💻 Getting Started

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.

(back to top)

## 👥 Authors

👤 **Paing Soe Thu**

- GitHub: [@K0ppai](https://github.com/K0ppai)
- Twitter: [@_koppai_](https://twitter.com/_koppai_)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paingsoe-thu)

(back to top)

## 🔭 Future Features

- [ ] **Send and receive data from API**
- [ ] **Deploy live link**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, don't forget to leave a star.

(back to top)

## 🙏 Acknowledgments

- Thank you for code reviews and pull requests!

(back to top)

## 📝 License

- This project is [MIT](./LICENSE) licensed.

(back to top)