Basic website that allows users to enter name and score to record themselves on the leaderboard. Have a name for yourself.
- Javascript
- HTML
- CSS
- Webpack
To get a local copy up and running follow these simple example steps.
Run
# To clone the git repositories
git clone https://github.com/uzairali19/leaderboard.git
# To install dependencies
npm install
# To run development branch
npm run start
For Linters:
# To check for HTML errors
npx hint .
# To check for CSS errors
npx stylelint "**/*.{css,scss}"
# To check for Javascript errors
npx eslint .
👤 Uzair Ali
- GitHub: @uzairali19
- Twitter: @uzairali751
- LinkedIn: Uzair Ali
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.