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.
- Host: GitHub
- URL: https://github.com/c00p75/leaderboard
- Owner: c00p75
- License: mit
- Created: 2022-12-21T15:18:17.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-02-03T09:54:49.000Z (over 3 years ago)
- Last Synced: 2025-01-13T14:56:37.621Z (over 1 year ago)
- Topics: bootstrap, html-css-javascript, rest-api
- Language: CSS
- Homepage: https://c00p75.github.io/Leaderboard/dist
- Size: 604 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 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)
> 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.
> Describe between 1-3 key features of the application.
- **make API calls to server**
- [Live Demo](https://c00p75.github.io/Leaderboard/dist/)
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
## 👥 Authors
👤 **Author1**
- GitHub: [@c00p75](https://github.com/c00p75)
> Describe 1 - 3 features you will add to the project.
- **Adding Notifications**
- **Connecting Project to Database.**
Give a ⭐️ if you like this project!
> 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 )]
## 📝 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.