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

https://github.com/cesarherr/leaderboard

The leaderboard website displays scores submitted by different players.
https://github.com/cesarherr/leaderboard

api-rest javascript linters webpack

Last synced: 5 months ago
JSON representation

The leaderboard website displays scores submitted by different 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)
- [πŸ’» 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]** 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.

## πŸ›  Built With

```
1.- HTML.

2.- Javascript.

3.- Webpack.

4.- CSS.

```

### Tech Stack

Client

### Key Features

```
- Send and receive data from an API.
- Use API documentation.
- Use JSON.
- Make JavaScript code asynchronous by using async await.
- Use Arrow functions.

```

(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:
```
- Code Editor.
- Git and Github account.
- Web browser.
```

### Setup

Clone this repository to your desired folder:

```
cd my-folder
git clone https://github.com/CesarHerr/Leaderboard.git
```

### Install

Install this project with:

```
You Don't need install this project

```

### Usage

To run the project, execute the following command:

```
Double click on the HTML file, open it in your browser.

```

### Run tests

To run tests, run the following command:

```
no test

```

### Deployment

You can deploy this project using:

[Implementation](https://github.com/microverseinc/curriculum-javascript/blob/main/leaderboard/m2_send_receive_data.md)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **CΓ©sar Herrera**

- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- Twitter: [@Cesarherr2](https://twitter.com/Cesarherr2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cesarherr/)

(back to top)

## πŸ”­ Future Features

- Add styles to the project.
- Make it responsive.
- Add new Games.

(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 and you think is useful to someone please share it

(back to top)

## πŸ™ Acknowledgments

I would like to thank team of microverse and the micronauts for hitting me up with new knowledge.

(back to top)

(back to top)

## πŸ“ License

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

(back to top)