- This is a Leaderboard Project with Webpack and ES6. With this app, you can add your score to the board and get the scores on the leaderboard. Built with HTML , CSS and JavaScript.
- View the names and scores of the users
- Use ES6 and Webpack
- The user can add a score.
- Working with API.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd desktop
git clone git@github.com:meryemsanem/leaderboard.git
Install this project with:
cd leaderboard
npm install
To run the project write terminal npm run dev.
To run the linters, run npx hint .
and npx stylelint "**/*.{css,scss}"
or npx eslint .
from the root directory of the project.
๐ค Meryem Sanem Kรผรงรผkbayram
- GitHub: @meryemsanem
- Twitter: @msanemkckbayram
- LinkedIn: Meryem Sanem Kรผรงรผkbayram
- Add animations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can contribute to it. You are also welcome to give it a star on GitHub.
I would like to thank Microverse for teaching and enforcing professional level practices.
This project is MIT licensed.