Leaderboard Is an Application where you can Add a new leaderboard fighter with its score. this project consumes a API to store and read the Leaderboard data and organize the data respecting an orde.
- Demo of setup a front-end project using webpack
- Demo of Gitflow
- Demo of Asynchronous code
- Demo of Linters
In order to run this project you need:
- web browser
- git-syn
- code editor
- Node
Clone this repository to your desired folder:
git clone https://github.com/Graciano1997/leaderboard.git
To install all dependencies, run:
npm install
To run the project, execute the following command:
To run the project, follow these instructions:
- Clone this repo to your local machine.
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
To build, run the following:
npm run build
Run the following:
npm start
👤 Graciano Henrique
- GitHub: @Graciano1997
- Using css theme
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give ⭐️
I would like to thank Microverse and Masashi Kishimoto
This project is MIT licensed.