Leaderboard Project with Api users will be alble to add score and it will be generated automaticly through apis using async promices.
Leaderboar at microverse module 2 week 4 :
- HTML
- CSS
- JS (es6&modules&webpack)
- linters for testing
[Live Demo]https://brahimdidi.github.io/Leaderboard/)
To get a local copy up and running follow these simple example steps.
for SSH:
git clone git@github.com:brahimdidi/toDoList.git
for https:
git clone https://github.com/brahimdidi/toDoList.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.
👤 Brahim didi
- GitHub: @brahimdidi
- Twitter: @brahimdidi
- 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.