- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is Leaderboard site, created with HTML and Javascript.
HTML
Javascript
- GitHub WorkFlow
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Code editor
- Node
Clone this repository to your desired folder by opening the terminal and running the following command:
git clone `https://github.com/StevenWafeek/Leaderboard/tree/setup-project`
Install this project with:
npm install
To run the project:
Open the Project in your code editor and start Live Server inside the index.html file.
To run tests, run the following commands:
For HTML linter errors:
npx hint .
For CSS linter errors:
npx stylelint "**/*.{css,scss}"
For Javascript linter errors:
npx eslint .
Deployed by GitHub Pages.
👤 steven wafeek
- GitHub: StevenWafeek
- Twitter: steven_hakeem
- LinkedIn: steven wafeek
- using ES6
- using API
- using webpack
Contributions, issues, and feature requests are welcome!
If you like this project please leave a star and a comment.
I would like to thank Microverse to have this opportunity, and also thank you the code review team.
This project is MIT licensed.