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.
- Major languages: HTML, CSS, JavaScript
- Frameworks: N/A
- Technologies used: Webpack, API
You can view it live here
- Understand HTML/CSS and JavaScript
- A code editor (preferably VSCode)
- A browser
- Node.js (to run javascript files locally)
- LiveServer (to load javascript modules)
To get a local copy up and running follow these simple example steps.
- Open git bash on local computer
- clone the repo with:
git clone <https://github.com/ekenecf/leader-Board/issues>
- run
cd Leaderboard
to enter the project folder - run
npm i
to install all dependencies - run
npm run build
to bundle the project with webpack, and - run
npm start
to launch the application
Author
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Mentors
- W3schools.com