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.
- Host: GitHub
- URL: https://github.com/enionsouza/leaderboard
- Owner: enionsouza
- License: mit
- Created: 2021-08-31T16:45:47.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-03T00:03:33.000Z (over 3 years ago)
- Last Synced: 2023-03-04T01:01:37.283Z (about 2 years ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- 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.