https://github.com/progress2002/leaderboard
Leaderboard is a small application that displays scores submitted by different players. It also allows users to submit your score thanks to the external Leaderboard API service.
https://github.com/progress2002/leaderboard
api javascript webpack
Last synced: about 1 year ago
JSON representation
Leaderboard is a small application that displays scores submitted by different players. It also allows users to submit your score thanks to the external Leaderboard API service.
- Host: GitHub
- URL: https://github.com/progress2002/leaderboard
- Owner: Progress2002
- Created: 2022-12-17T14:46:23.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-22T16:32:11.000Z (over 3 years ago)
- Last Synced: 2025-01-05T02:10:49.157Z (over 1 year ago)
- Topics: api, javascript, webpack
- Language: CSS
- Homepage:
- Size: 857 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
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)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**[Leaderboard]** is a small application that displays scores submitted by different players. It also allows you to submit your score thanks to the external Leaderboard API service.
## 🛠 Built With
- HTML
- CSS
- Javascript
- Webpack
- **[Users can add new name and score]**
- [Live Demo Link](https://progress2002.github.io/Leaderboard/dist/)
> Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Code editor (preferably 'Vs code')
- NodeJs
- Git
- Browser
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Progress2002/Leaderboard.git
```
-
### Install
Install this project with:
1. Install Node Modules
```sh
npm install
```
### Usage
To run the project, execute the following command:
1. Generate a full static production build
```sh
npm run build
```
2. Start the development server
```sh
npm start
```
👤 **Progress**
- GitHub: [@githubhandle](https://github.com/Progress2002)
- Twitter: [@twitterhandle](https://twitter.com/Progress_2002)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/Leaderboard/issues).
If you like this project please leave a star. Thank you 🙏
I would like to thank Microvers for this awesome project idea.
This project is [MIT](https://github.com/Progress2002/Leaderboard/blob/dev/MIT.md) licensed.