https://github.com/codehass/leaderboard
The leaderboard project is a simple web application where we can add the names and the scores of players, and use the API to show it.
https://github.com/codehass/leaderboard
Last synced: about 1 month ago
JSON representation
The leaderboard project is a simple web application where we can add the names and the scores of players, and use the API to show it.
- Host: GitHub
- URL: https://github.com/codehass/leaderboard
- Owner: codehass
- Created: 2022-12-20T11:11:24.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2022-12-23T22:05:04.000Z (about 3 years ago)
- Last Synced: 2025-01-18T23:54:35.759Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 960 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [📝 License](#license)
> The leaderboard project is a simple web application where we can add the names and the scores of players, and use the API to show it.
### Tech Stack
- HTML
- CSS
- Javascript(ES6)
- Webpack
> Add a link to your deployed project.
- [Live Demo Link](https://codehass.github.io/Leaderboard/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Node.js
In order to run this project you need:
### Setup
- In the terminal, go to your file directory and run this command. :
```
$ git clone git@github.com:codehass/Leaderboard.git
```
### Install
- Install this project with:
```
$ npm install
```
### Usage
- To run the project, execute the following command:
```
$ npm run build
```
```
$ npm start
```
### Deployment
This app is deployed in the GitHub Pages for easy viewing upon merged on the main branch.
Please find the link in the Live Demo section.
👤 **Author**
- GitHub: [@codehass](https://github.com/codehass)
- Twitter: [@hassanelourdy](https://twitter.com/hassanelourdy)
- LinkedIn: [Hassan El OUARDY](https://www.linkedin.com/in/hassan-el-ouardy-360b99169/)
- [ ] **[Use API to send and receive the data]**
- [ ] **[Use Webpack]**
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._