- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Leaderboard List Project is a website that displays scores submitted by different players.
- HTML.
- CSS.
- JavaScript
- Webpack
Client
- Use of async functions.
- Click here for live demo.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Chrome browser
- npm
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/K0ppai/leaderboard-list-app.git
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
To run the project:
index.html
To run tests after setting up the linters, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
You can deploy this project using:
- Run index.html on your preferred browser.
👤 Paing Soe Thu
- Send and receive data from API
- Deploy live link
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, don't forget to leave a star.
- Thank you for code reviews and pull requests!
- This project is MIT licensed.