https://github.com/oscarfmdev/leaderboardproject
In this project I'll use Asynchronous Javascript to call an API and set the leaderboard of the best players.
https://github.com/oscarfmdev/leaderboardproject
Last synced: 5 months ago
JSON representation
In this project I'll use Asynchronous Javascript to call an API and set the leaderboard of the best players.
- Host: GitHub
- URL: https://github.com/oscarfmdev/leaderboardproject
- Owner: OscarFMdev
- Created: 2022-10-11T13:19:51.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-10-15T23:11:17.000Z (over 3 years ago)
- Last Synced: 2025-07-22T00:35:15.505Z (11 months ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Leaderboard Project
In this project I'll use Asynchronous Javascript to call an API and set the leaderboard of the best players. The main goals of this project are:
- Use callbacks and promises.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.
- Use webpack to bundle JavaScript.
## Built With
- JavaScript
- API
- HTML and CSS
## Live Demo
[Live Version](https://oscarfmdev.github.io/leaderboardProject/build/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
For this project you must have [node.js](https://nodejs.org/en/) installed.
### Setup
Run in the directory where you want to clone the repo:
```sh
git clone git@github.com:OscarFMdev/leaderboardProject.git
```
### Install
Yo should install the node modules by running:
```sh
npm install
```
### Usage
This project communicates with an API to show the Leaderboard, the user (you) can put the name of the leader and the score in the input.
### Deployment
After cloning the repository you must use npm start to see live version.
## Authors
👤 **Oacar Fernández Muñoz**
- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@OscarFMdev](https://twitter.com/OscarFMdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/OscarFMdev)
## 🤝 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
I want ot thank the [leaderboard API service](https://www.notion.so/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3) for helping me develop this project by the use of the API.
## 📝 License
This project is [MIT](./MIT.md) licensed.