An open API service indexing awesome lists of open source software.

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.

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)

# 📖 [Leaderboard]

>The leaderboard is built with an API and allows you to post your score and see the scores of other players.

**[Leaderboard project]**

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Git Flow execution]**

- **[Implement webpack]**

- **[Implement API]**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://saluumaa.github.io/Leader-board/dist/)

(back to top)

## 💻 Getting Started

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

```

(back to top)


## 👥 Authors

👤 **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/)

(back to top)

## 🔭 Future Features

- [ ] **[send and recieve data using API]**
- [ ] **[delete players]**

(back to top)


## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/)

(back to top)

## ⭐️ Show your support

Please give a ⭐️ if you like this project

(back to top)

## 🙏 Acknowledgments

I would like to thank everyone contributed the completion of this project

(back to top)

## 📝 License
This project is [MIT](./LICENSE.md) licensed.

(back to top)