- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is a Leaderboard project that consume an API and allow interactivity and communication with the API.
[LeaderBoard] is a HTML CSS and JS project.
- HTML
- CSS
- Js
- Linters
- Webpack
- API
- Understanding Git, GitHub and GitHub Workflow
- Configuring Linters
- Changing design template to code
- Interacting with the DOM
- Working with webpack
- Consumption of APIs.
- Async, Callbacks and Promise
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code
- Nodejs
- NPM
Clone this repository to your desired folder:
cd Leaderboard
git clone git@github.com:NewtonOmbese/LeaderBoard.git
Install this project with:
cd Leaderboard
npm install
To run the project:
npm run start
or
npm start
To run tests, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint .
You can deploy this project using:
gh-pages
netlify
vercel
👤 Newton Ombese
- GitHub: NewtonOmbese
- Twitter: NewtonOmbese
- LinkedIn: Newton Ombese
- Add a more attractive UIs
Contributions, issues, and feature requests are welcome!
If you like this project you can go ahead give a star to the repository.
I would like to thank Microverse for the opportunity and I look forward to making it count.
This project is MIT licensed.