https://github.com/trace-kadenyi/leaderboard
Leaderboard is an app that records the scores of various players. The data is posted on an api through a form and immediately fetched from the api once the players' list is refreshed. You can have fun with this project by playing games and recording your scores accordingly.
https://github.com/trace-kadenyi/leaderboard
api-rest reactjs webpack
Last synced: 2 months ago
JSON representation
Leaderboard is an app that records the scores of various players. The data is posted on an api through a form and immediately fetched from the api once the players' list is refreshed. You can have fun with this project by playing games and recording your scores accordingly.
- Host: GitHub
- URL: https://github.com/trace-kadenyi/leaderboard
- Owner: trace-kadenyi
- Created: 2022-07-19T11:35:50.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-06T07:38:01.000Z (over 3 years ago)
- Last Synced: 2025-02-21T18:42:10.859Z (over 1 year ago)
- Topics: api-rest, reactjs, webpack
- Language: JavaScript
- Homepage: https://playful-dragon-df58b2.netlify.app/
- Size: 1.15 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leaderboard
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [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)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**Leaderboard** is an app that records the scores of various players. The data is posted on an api through a form and immediately fetched from the api once the players' list is refreshed. You can have fun with this project by playing games and recording your scores accordingly.
Client
Server
- **[Posts scores on API]**
- **[Gets scores from API]**
- **[Refresh button to constantly refresh the scores as added]**
## Preview

- [Live Demo Link](https://playful-dragon-df58b2.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
git
node
```
### Setup
Clone this repository to your desired folder:
```bash
$ git clone git@github.com:TracK92/Leaderboard.git
```
### Install
Install this project with:
```bash
cd Leaderboard
npm install
npm run start
```
### Usage
To run the project, execute the following command:
```sh
npm run start
```
👤 **Tracey Kadenyi**
- GitHub: [@TracK92](https://github.com/TracK92)
- LinkedIn: [Tracey Kadenyi](https://www.linkedin.com/in/tracy-kadenyi-9bb90287)
- [ ] **[Top 3 scorers section that constantly changes]**
- [ ] **[Additional styling]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank the entire Microverse community for the resources and support.
This project is [MIT](./MIT.md) licensed.