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

https://github.com/kensteph/leaderboard

Leaderboard is a project allows users to provide their score and display them in the leaderboard of the game. Build with HTML,CSS,JavaScript,API, and Webpack. This project uses Gitflow.
https://github.com/kensteph/leaderboard

api css gitflow-workflow html javascript webpack

Last synced: 3 months ago
JSON representation

Leaderboard is a project allows users to provide their score and display them in the leaderboard of the game. Build with HTML,CSS,JavaScript,API, and Webpack. This project uses Gitflow.

Awesome Lists containing this project

README

          


## Screenshots
![leaderboard-screenshot](https://user-images.githubusercontent.com/39686386/216351401-e830d38d-c6b0-4c77-87b5-90b1d0bdefd0.png)

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Leaderboard](#vgs-presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Leaderboard

> Leaderboard is a project allows users to provide their score and display them in the leaderboard of the game. Build with HTML,CSS,JavaScript,API, and Webpack. This project uses Gitflow.

## 🛠 Built With

### Tech Stack

> This project uses the following stack :

Client

Server

### Key Features

> Here are some key features of the application :

- **Display leaderboard**

(back to top)

## 🚀 Live Demo

> Here you can visit my live demo :

- https://leaderboard-kfp4.onrender.com/

(back to top)

## 💻 Leaderboard

> Here you can see my presentation :

- [N/A]()

(back to top)

## 💻 Getting Started

> Clone the repository by clicking on the 'Code' button and copy the link

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

You should have node install on your local machine

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/kensteph/leaderboard.git
```

-

### Install

Install dependencies :

npm i

### Usage

To run the project, execute the following command:
Open the index.html file in a web browser

### Run tests

To run tests, run the following command:

Example command:

To run the webhint linter

```sh
npx hint .
```

To run the stylehint linter

```sh
npx stylehint "**/*.{css,scss}"
```

To run the ESLint linter

```sh
npx eslint .
```

### Deployment

You can deploy this project using:

```sh
npm run build
```
```sh
npm run start
```

(back to top)

## 👥 Author
👤 **Kender Romain**

- GitHub: [@Kensteph](https://github.com/kensteph)
- Twitter: [@RomainKender](https://twitter.com/RomainKender)
- LinkedIn: [kender-romain8788](https://www.linkedin.com/in/kender-romain8788/)

(back to top)

## 🔭 Future Features

- **Save the player's score**
- **Refresh the leaderboard**

(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

If you like this project star it!

(back to top)

## 🙏 Acknowledgments

I would like to thank the Microverse team.

(back to top)

## 📝 License

This project is [licensed](./LICENSE) .

(back to top)