Leaderboard App uses an API to receive and display the scores of the game of different players. It is built with HTML, CSS and JavaScript.
- HTML
- CSS
- JavaScript
Technical features:
- no linter errors
- dynamically created leaderboard list
- Webpack
- The index.html file is set as a template using the HTML Webpack Plugin
- The style.css is loaded by Webpack Style/CSS Loader
- All data is preserved using the external Leaderboard API service
- ES6 features used
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git
- GitHub
- Webpack
- Link your PC to GitHub
- Clone this repository to your desired folder:
Install this project with:
- webpack
npm install -g webpack
npm install -g webpack-cli
- project dependencies
npm install
To run Stylelint and ESLint tests, run the following commands respectively:
npx stylelint "**/*.{css,scss}"
npx eslint .
👤 Yesuf Fenta
- GitHub: @yusufyusie
- Twitter: @yusufyusiee
- LinkedIn: yusufyusie
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!.
-
How to fix JavaScript + CSS + HTML linter errors?
- Kindly use the following in your project's root directory:
npx stylelint "**/*.{css,scss} --fix"npx eslint . --fix
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.