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.
- Host: GitHub
- URL: https://github.com/cesarherr/leaderboard
- Owner: CesarHerr
- License: mit
- Created: 2023-05-15T21:13:46.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-24T06:18:27.000Z (over 2 years ago)
- Last Synced: 2025-04-07T10:22:55.280Z (10 months ago)
- Topics: api-rest, javascript, linters, webpack
- Language: JavaScript
- Homepage: https://cesarherr.github.io/Leaderboard/dist/
- Size: 7.95 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]** 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.
```
1.- HTML.
2.- Javascript.
3.- Webpack.
4.- CSS.
```
Client
```
- Send and receive data from an API.
- Use API documentation.
- Use JSON.
- Make JavaScript code asynchronous by using async await.
- Use Arrow functions.
```
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)
π€ **CΓ©sar Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- Twitter: [@Cesarherr2](https://twitter.com/Cesarherr2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cesarherr/)
- Add styles to the project.
- Make it responsive.
- Add new Games.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project and you think is useful to someone please share it
I would like to thank team of microverse and the micronauts for hitting me up with new knowledge.
This project is [MIT](./LICENSE) licensed.