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

https://github.com/c00p75/leaderboard

The leaderboard website displays scores submitted by different players. It also allows scored to be submitted and preserves with the help of the external Leaderboard API service.
https://github.com/c00p75/leaderboard

bootstrap html-css-javascript rest-api

Last synced: about 1 month ago
JSON representation

The leaderboard website displays scores submitted by different players. It also allows scored to be submitted and preserves with the help of the external Leaderboard API service.

Awesome Lists containing this project

README

          


logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 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)
- [⭐️ Show your support](#support)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Leaderboard

> The leaderboard website displays scores submitted by different players. It also allows scored to be submitted and preserves with the help of the external Leaderboard API service.

## 🛠 Built With

### Key Features

> Describe between 1-3 key features of the application.
- **make API calls to server**

(back to top)

## 🚀 Live Demo

- [Live Demo](https://c00p75.github.io/Leaderboard/dist/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:
- Node.js
- Browser (any)
- Working PC

### Setup

- In order to Clone this repository to your PC please follow the below steps:
> copy this link [https://github.com/c00p75/Leaderboard.git]
> Open your (cmd) or (git bash) and type [cd desktop] to change the directore and selec the desktop
> go to your (cmd) or (git bash) and type this commad `git clone` the repo will be save to your desktop.

### Usage

To run the project, execute the following command:

> Open your teminal and set the downloaded folder as the working directory. Next, run `npm i` then `npm start`.

### Run tests

There is no testing available until now.

### Deployment

You can deploy this project using:
- Github page
- Hosting in a web server

(back to top)

## 👥 Authors

👤 **Author1**
- GitHub: [@c00p75](https://github.com/c00p75)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.
- **Adding Notifications**
- **Connecting Project to Database.**

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## ❓ FAQ

> Add at least 2 questions new developers would ask when they decide to use your project.
- **[How to install the node module in my project?]**

- [type in your cmd or gitbash (npm install)]

- **[How to clone this project to my local PC?]**

- [In the cmd or gitbash type (git clone )]

(back to top)

## 📝 License MIT

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

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)