/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.

Primary LanguageJavaScriptMIT LicenseMIT

Leaderboard List Project


Leaderboard List Project

📗 Table of Contents

📖 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 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:

  cd my-folder
  git clone https://github.com/K0ppai/leaderboard-list-app.git

Install

Install the prerequisites this project using:

  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:

  npx hint .
  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

(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.

(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 licensed.

(back to top)