Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/usmansbk/leaderboard

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with JavaScript
https://github.com/usmansbk/leaderboard

javascript rest-api webpack

Last synced: about 1 month ago
JSON representation

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with JavaScript

Awesome Lists containing this project

README

        

# Leaderboard

![Microverse](https://img.shields.io/badge/Microverse-blueviolet)

> The leaderboard website displays scores submitted by different players.

![screenshot](./app_screenshot.png)

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://www.notion.so/microverse/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3).

## Built With

- HTML
- CSS
- JavaScript

## Live Demo

[Live Demo Link](https://usmansbk.github.io/leaderboard/)

## Getting Started

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

### Prerequisites

- NodeJS - [v16.x](https://nodejs.org/en/)

### Setup

```bash
git clone https://github.com/usmansbk/leaderboard.git
cd ./leaderboard
```

### Install

```bash
npm install
```

### Usage

```bash
npm start
```

### Build

```bash
npm run build
```

### Run tests

```bash
npm test
```

## Authors

👤 **Babakolo Usman Suleiman**

- GitHub: [@usmansbk](https://github.com/usmansbk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/usman-suleiman-82b444140/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse
- [Leaderboard API Service](https://www.notion.so/microverse/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3)

## 📝 License

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