A leaderboard that shows the name and score of each user.
- HTML
- CSS
- JavaScript
- WebPack
The website is deployed using Netlify. Click the Link to Live Demo
If you want a copy of this project go to the GitHub repository and download it from the link below.
To get a local copy up and running follow these simple example steps.
- Web Browser: Google Chrome, Firefox or any other web on browser on your computer
- Code editor: VSCode
$ git clone https://github.com/Lembani/leaderboard.git
$ cd leaderboard
$ npm install
$ npm build
$ npm start
WebHint
$ npx hint .
StyleLint
$ npx stylelint "**/*.{css,scss}"
ESLint
$ npx eslint .
Open the index.html file with your code editor of your choice and/or a browser of your choice.
Open the project using a live saver extension that can be found into your code editor.
👤 Lembani Sakala
- GitHub: @lembani
- Twitter: @lembani_
- LinkedIn: lembani-sakala
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
This project is MIT licensed.