The leaderboard website displays scores submitted by different players. It also allows you to submit your score.
- HTML, CSS, JavaScript
- Webpack
- Git & GitHub
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone https://github.com/Samuellekpor/leaderboard.git
- To access cloned directory run:
cd leaderboard
- Open it with the live server by running:
npm run start
To install linters and other project's dependencies run:
npm install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
npx hint .
- For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
- For tracking linter errors in JavaScript files run:
npx eslint .
👤 Sammuel LEKPOR
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- For de#spiration we give credit to Cindy Shin
- For content inspiration we will like to give credit to AEI Group Limited and his team
- For Logo design, we will like to aknowledge pngwing
This project is MIT licensed.