The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved in the Leaderboard API service. Built using webpack, Javascript and APIs.
This project is part of the Microverse curriculum. The main objective is to understand how to consume APIs.
- Html/Css
- JavaScript
- Webpack
- Stylelint
- Eslint
To get a local copy of this project:
Clone this repository or download the Zip folder:
git clone git@github.com:sja-thedude/Leaderboard.git
To download all the dependencies, in the root directory run:
npm install
run webpack server to open app in browser:
npm run start
build application:
npm run build
To track linter errors locally follow these steps:
Track HTML linter errors run:
npx hint .
Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
Track JavaScript linter errors run:
npx eslint .
👤 Syeda Juveria Afreen
- GitHub: @githubhandle
- Twitter: @twitterhandle
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is part of week 4 of module 2 in the Microverse study program.
- Thanks to the Microverse team for the great curriculum.
- Thanks to Code Reviewers for the insightful feedback.
- A great thanks to My coding partners, morning session team, and standup team Partners for their contributions.
This project is MIT licensed.