For this milestone, I create a setup of the structure and layout for a leaderboard webpage, displaying recent scores and allowing users to add their own scores.
This project focuses only on
lintersand.gitignore. and JS or Server are included in this repo.
Use webpack to bundle JavaScript.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you are a new developer and would like to have a basic project to start practicing your code or creating your first project Using the most receent version of javaScript ,HTML and CSS : Cloning this project will give you what you need!
To get a local copy up and running, follow these steps: npm run dev or npm start to start this app.
Prerequisites
In order to run this project you need:
curl -qL https://www.npmjs.com/install.sh | shClone this repository to your desired folder:
https://github.com/Gardimy/Leaderboard_project
or
https://github.com/Gardimy/Leaderboard_project <β Only if you have SSH keys configured on your GitHub account.
run the npm install command in your console.
To run the linters before committing any changes to your code, execute the following commands:
npx hint .
npx stylelint "**/*.scss" <βNOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace "**/*.scss" with "**/*.{css,scss}" in line 48 of the .stylelintrc.json file, and run the linter with:
npx stylelint "**/*.{css,scss}" instead.
π€ Gardimy Charles
- GitHub: @Gardimy
- Twitter: @gardyelontiga45
- LinkedIn: Gardimy charles
If you like this project please give me a star on GitHub.And Donβt hesitate to follow me on github, you will have the opportunity to get all updating available for this project.
I would like to thank microverse for teaching me this Skills
This project is MIT license licensed.