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.This project would help you get started working with API's in JavaScript.
- HTML
- CSS
- JavaScript
- Webpack
Server
Database
- API
Add Scores The leaderboard API allows users to add scores, providing a way for them to track and share their progress and achievements. This feature is essential for any competitive or gamified application that requires users to keep track of their scores or rankings.
View Scores The leaderboard API also allows users to view scores of other users, creating a sense of community and competition. This feature is important for fostering engagement and interaction among users, as they can compare their scores with others and strive to improve their rankings.
-
Open GitHub URL of repositry.
-
Download Code repo in zip.
-
Extract and open repo folder into visual studio code or any other Text Editor Software.
-
GitHub Repositry URL: https://github.com/admirerbrown/leaderboard-api-project.git To get a local copy up and running follow these simple example steps.
git clone https://github.com/admirerbrown/leaderboard-api-project.git
- Visual Studio Code
- Knowldege About HTML / CSS / JAVASCRIPT ES6
- Webhint
- Stylelint
- ESLint
- node_modules checker
- Github
- knowledge of webpack
Install this project with:
npm install
To run the project in a development server, execute the following command:
- run npm run build
- run npm run dev
You can deploy this project using:
https://netlify.app/ OR GITHUB PAGES
👤 Samuel Kyere
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Implement some UX improvements: added transitions and/or animation.
- Implement additional pages.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please follow me on github and give stars to my repo.
I would like to thank Microverse for providing me with the resources and guiding me to complete this project.
This project is MIT licensed.