https://github.com/salimer/leaderboard-project
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.
https://github.com/salimer/leaderboard-project
html javascript scss
Last synced: 26 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/salimer/leaderboard-project
- Owner: Salimer
- License: mit
- Created: 2023-05-15T12:22:34.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-17T16:01:55.000Z (about 3 years ago)
- Last Synced: 2025-10-28T09:47:08.934Z (9 months ago)
- Topics: html, javascript, scss
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to my project 😃
LeaderBoard website
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)
**LeaderBoard webiste** 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.
Client
- **Easy to the eyes and cultivating at the same time**
- **Dynamic creation of content**
- [Live Demo Link](https://salimer.github.io/Leaderboard-project/dist)
To get a local copy up and running, follow these steps:
- Clone this repo as described in the setup section.
- Make modifications as peferred
### Prerequisites
In order to run this project you need: To clone or fork and run it in a browser
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/Salimer/Leaderboard-project.git
```
using Ubuntu:
```sh
cd my-desired-folder
git clone https://github.com/Salimer/Leaderboard-project.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo
### Install
There is no installation required.
### Usage
To run the project, open with **index.html** with any web browser.
For example, for Google Chrome with Ubuntu:
```sh
cd Leaderboard-project
google-chrome index.html
```
### Run tests
There are no test available for this project.
👤 **Salim Bamahfoodh**
- GitHub: [@Salimer](https://github.com/Salimer)
Future changes:
- improve score box responsiveness
- Add more styles and colors
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- Thanks to all Microverse community
This project is [MIT](./LICENSE) licensed.