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

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.

Awesome Lists containing this project

README

          

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

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