https://github.com/saluumaa/leader-board
The leaderboard is built with an API and allows you to post your score and see the scores of other players.
https://github.com/saluumaa/leader-board
css html5 javascript webpack
Last synced: about 1 year ago
JSON representation
The leaderboard is built with an API and allows you to post your score and see the scores of other players.
- Host: GitHub
- URL: https://github.com/saluumaa/leader-board
- Owner: saluumaa
- License: mit
- Created: 2023-03-12T13:28:22.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-26T15:54:05.000Z (over 2 years ago)
- Last Synced: 2025-03-29T13:35:10.259Z (over 1 year ago)
- Topics: css, html5, javascript, webpack
- Language: CSS
- Homepage: https://saluumaa.github.io/Leader-board/dist/
- Size: 349 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Leader board
# 📗 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)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
>The leaderboard is built with an API and allows you to post your score and see the scores of other players.
**[Leaderboard project]**
Client
- **[Git Flow execution]**
- **[Implement webpack]**
- **[Implement API]**
- [Live Demo](https://saluumaa.github.io/Leader-board/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Use Terminal:
```sh
cd my-folder
git clone git@github.com:saluumaa/Leader-board.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Run tests
To run tests, run the following command:
```sh
Npx hint . for testing the html file errors
npx stylelint "**/*.{css,scss}" to check errors for CSS file.
npx eslint . to check error for javascript
```
👤 **Saluuma Hassan**
- GitHub: [@Saluumaa](https://github.com/saluumaa)
- Twitter: [@SalmaHIbrahim20](https://twitter.com/SalmaHIbrahim20)
- LinkedIn: [Salma ibrahim](https://www.linkedin.com/in/salma-ibrahim-78bb5a14a/)
- [ ] **[send and recieve data using API]**
- [ ] **[delete players]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/)
Please give a ⭐️ if you like this project
I would like to thank everyone contributed the completion of this project