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

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

Last synced: 5 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

        



Microverse


MIT Licensed


GitHub last commit (branch)


GitHub Repo stars

# 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.

![Screenshot](./docs/Screenshot.png)

## Built With

- HTML, CSS, JavaScript, & Webpack
- Visual Studio, Git, & GitHub

## Pre-requisites

- NodeJs (v. 14.17)
- Git

## Live Demo

A live demo for this project can be found in [this link](https://enionsouza.github.io/leaderboard/dist/).

## Getting Started

To run this project, you only need a computer with a browser installed, and follow these steps:

1. In your terminal, in the folder of your preference, type the following bash command to clone this repository:

```sh
git clone [email protected]:enionsouza/leaderboard.git
```

2. Now that you have already cloned the repo, run the following commands to get the project up and running:
```sh
cd leaderboard
npm install
npm start
```

3. Next, you can start editing this template from the files provided in the `/src` folder. All the changes will be automatically updated on your local server on http://localhost:8080/. You can stop your local server at any time hitting ` + C` on your keyboard.

## Author

πŸ‘€ **Ênio Neves de Souza**

- GitHub: [@enionsouza](https://github.com/enionsouza)
- Twitter: [@enionsouza](https://twitter.com/enionsouza)
- LinkedIn: [Enio Neves de Souza](https://www.linkedin.com/in/enio-neves-de-souza/)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/enionsouza/leaderboard/issues).

## Show your support

Give a ⭐️ if you like this project!

## πŸ“ License

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