Event Page
The leaderboard website displays scores submitted by different leaders. It also allows you to add your score. The data is fetched from api and it also allow us to submit new score to API. Build with Html, CSS, JS, and Webpack.
Built With
- HTML
- CSS
- JavaScript
- ES 6
- Webpack
Getting Started
To get a local copy follow these simple steps.
1.- Clone this project
2.- Open the project directory in your terminal
3.- In the terminal, install the project dependencies by running bellow command
npm install
4.- To see the home page run execute below command.
npm start
Live Demo
Author
- GitHub: @miftah1991
- Twitter: @miftah1991
- LinkedIn: LinkedIn
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
📝
License
This project is MIT licensed.
Leaderboard: hit the API: Milestone 2.
In this milestone below features has been added:
linters
errorMilestone 3: Add Desktop and mobile version
Leaderboard: final touches: Milestone 3. In this milestone, the below changes have been made in the project.
Setup Project
In this milestone, the below features have been added.
webpack
..babelrc
file for import and export ES6 features.Code review morning session 03-03-2022
When entering a new name/score and clicking Add button the app doesn´t refresh the list automatically, doing it only when clicking Refresh button. You could check it and get into a good solution.