This is a styled leaderboard application that; Send and receive data from an API, uses API documentation and demostrated working with JSON files using JavaScript code asynchronous.
- HTML CSS JAVASCRIPT.
- WebHint
- Stylelint
- ESlint
- Webpack
You can watch here a live demo of our project.
To track linter errors locally follow these steps:
Download all the dependencies run:
npm install
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint ."
👤 Petro Loltolo Lesapiti
- GitHub: @petrolesapiti
- LinkedIn: @petrolesapiti
Contributions, issues, and feature requests are welcome!
To get a local copy follow these simple steps:
Clone Your Github Repository Follow these steps to clone your Clone Your Github Repository Follow these steps to clone my Github repo on Windows:
- Open Git Bash;
- If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.
- Go to the current directory where you want the cloned directory to be added;
- To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.
- $ cd '/c/Users/Documents/My Git Project'
-
Go to the page of the repository that you want to clone.
-
Click on “Clone or download” and copy the URL.
-
Use the git clone command along with the copied URL from earlier;
- $ git clone https://github.com/Loltolo-Lesapiti/Leaderboard
- Press Enter;
-
$ git clone https://github.com/Loltolo-Lesapiti/Leaderboard Cloning into Git … remote: Counting objects: 13, done. remote: Compressing objects: 100% (13/13), done. remove: Total 13 (delta 1), reused 0 (delta 1) Unpacking objects: 100% (13/13), done. Congratulations, you have created your first local clone from your remote Github repository.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed. NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.