- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Leaderboard is a website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
HTML
CSS
Javascript
- Add Linters
- Use version control
In order to run this project you need text editor like VSCode.
Clone this repository to your desired folder:
git clone https://github.com/Kccendana/Leaderboard.git
cd Leaderboard
To run the project, open it through live server or double click the index.html
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
👤 Katherine Cendana
- GitHub: @Kccendana
- Twitter: @kc_telyn
- LinkedIn: LinkedIn
- Add modal
- Make the website responsive
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to follow this project and hit the star.
-I would like to thank Microverse for helping me improve my skills in web design
-
How can I get a copy of the project and save it in my desktop?
- You can download the whole folder and save it in your computer or you can clone this repository.
This project is MIT licensed.