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

https://github.com/luigirazum/mv-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.
https://github.com/luigirazum/mv-leaderboard

api-rest async-await dom-manipulation es6-modules html-css-javascript

Last synced: 6 months 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.

Awesome Lists containing this project

README

        

logo

Leaderboard App


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.


Current Release v.1.0

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Leaderboard\] ](#-leaderboard-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Build](#build)
- [Run](#run)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [© Acknowledge ](#-acknowledge-)
- [⭐️ Show your support ](#️-show-your-support-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 [Leaderboard]

**[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.

Screenshoot

## 🛠 Built With

### Tech Stack

### Key Features

- **DOM Manipulation for Adding scores to the list.**
- **Dinamically adds current scores at loading.**
- **Use of an API.**

(back to top)

## 🚀 Live Demo

- Leaderboard - Live Demo

(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 `git` locally installed. Please got to [Getting Started - Installing Git guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and follow the steps described for your system to install `git`.

### Setup

Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:luigirazum/mv-leaderboard.git
```

### Install

Install this project with:
```sh
cd mv-leaderboard
npm install
```

### Build

To build the project, execute the following command:
```sh
npm run build
```

### Run

To run tests, run the following command:
```sh
npm start
```

### Deployment

You can deploy this project using:
```sh
npm deploy
```

(back to top)

## 👥 Authors

👨‍💻 Luis Zubia

- GitHub: @luigirazum
- Twitter: @LuigiRazum
- LinkedIn: Luis Raul Zubia Maciel

(back to top)

## 🔭 Future Features

- [ ] **Add some badges to players according to their score.**

(back to top)

## 🤝 Contributing

In order to improve this project, contributions, issues, and feature requests are welcome!

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

(back to top)

## © Acknowledge

Thanks to Muhamad Fandi, he is the one who create the amazing background image, you can [click here](https://www.vecteezy.com/members/fandi-creations) to discover more of his work.

Also, you can find more background like this in [vecteezy](https://www.vecteezy.com/free-vector/pixel-game-background).

(back to top)

## ⭐️ Show your support

I really enjoyed making this project, so, if you like it, I appreciate your support giving me a ⭐.

(back to top)

## ❓ FAQ

- **Why should you use this project?**

- Because you can realize what you can achieve using this amazing tool.

- **Why did I make this project?**

- In order to start putting in practice the use of WebPack, JS ES6 modules and API's.

(back to top)

## 📝 License

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

(back to top)