Leaderboard
This is a leaderboard showing all the top players, where you can enter your own score, and see how you rank against the other players. This project is to practice:
- Using callbacks and promises.
- Learning how to use proper ES6 syntax.
- Using ES6 modules to write modular JavaScript.
- Using webpack to bundle JavaScript.
Built With
- Html, CSS, Javascript
- Webpack
Live Demo
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- Node.js
Setup
- Clone this repository.
Install
- On your computer, open your terminal
cd
into the repository's folder.- Enter
npm install
into the terminal. - Enter
npm run build
into the terminal. - Run the dist/index.html file.
Authors
- GitHub: @qwibbler
- Twitter: @hmemaz
- LinkedIn: Humaira Zaman
๐ค
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Microverse team.
๐
License
This project is MIT licensed.
Peer to peer code review 15-12-2021
Peer to peer code review.
Good job implementing your project ๐ Here is a little suggestion you can implement to improve JavaScritp. https://github.com/qwibbler/leaderboard/blob/f797b44456d2f03f430bf9da085b9cdca7a80984/src/show-all.js#L7
You can leave that statement for the CSS using the property
ul li:nth-child(odd) {}
to be performed automatically.Other than that your project looks awesome.
Keep going