leaderboard (displaying name and score from inputs & save it to local storage).
leaderboard module 2 week 4 :
add scores to display it in a list using API.
- HTML
- CSS
- JS (es6&modules&webpack)
- linters for testing
To get a local copy up and running follow these simple example steps.
for SSH:
git clone git@github.com:saied2035/leaderboard.git
for https:
git clone https://github.com/saied2035/leaderboard.git
after cloning the repo run
npm install
run
npm start
for devlopment
npm run build
for production code
npx hint .
for html check. giving hints about what is needed to change in your html page.npx stylelint "**/*.{css,scss}"
for CSS check.npx stylelint "**/*.{css,scss}" --fix
to fix JS issues if found.npx eslint .
for JS check.npx eslint . --fix
to fix JS issues if found.
👤 Saied Gaffer
- GitHub: @Saied2035
- Twitter: @SaiedGaffer
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse: microverse community
This project is MIT licensed.