Leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. Build with Html, CSS, JS, API, and Webpack.
ScreenVideo_27-01-2022_09-49-31.mp4
Built With
- HTML - HTML5
- CSS - CSS3
- JavaScript
Additional Used
- Webpack
- API
- ES6
Live Demo
Getting Started
To get a local copy up and running follow these simple example steps.
git clone [email protected]:Bondok6/Leaderboard.git
Then cd Leaderboard
Then npm install
to install packages
Finally npm run start
Authors
🤝
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.
Peer to peer code review
Hi @Bondok6 💯
Leaderboard: final touches
Hello there 🙋♂️,
Thanks for taking the time to review my project.
Live Demo
Leaderboard Project
Get Started
• npm install • cd Leaderboard • npm run start
Changes
media queries
for tablet and mobile screens. (Responsive Design)Leaderboard: hit the API
Hello there 🙋♂️,
Thanks for taking the time to review my project.
Live Demo
Leaderboard Project
Get Started
• npm install • cd Leaderboard • npm run start
Changes
data.js
,render.js
, andform.js
.async
andawait
JavaScript features to consume the API.Leaderboard: setup project
Hello there 🙋♂️,
Thanks for taking the time to review my project.
Get Started
• npm install • cd Leaderboard • npm run start
Changes
webpack
..babelrc
file to be able to use import and export ES6 features.modules
folder that contains all files and functions.add
his name and score, and the data is saved inlocalStorage
.README.md
andMIT.md
files.