https://github.com/libercosoft/beachvolleyball
A beachvolleyball score and player counter
https://github.com/libercosoft/beachvolleyball
Last synced: 2 months ago
JSON representation
A beachvolleyball score and player counter
- Host: GitHub
- URL: https://github.com/libercosoft/beachvolleyball
- Owner: LIBERCOSOFT
- Created: 2024-06-18T11:24:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T12:17:09.000Z (about 2 years ago)
- Last Synced: 2025-01-18T14:49:39.297Z (over 1 year ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Beach Volleyball Score Counter ](#-beach-volleyball-score-counter-)
- [🛠Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Install \& Setup](#install--setup)
- [👥 Authors ](#-authors-)
- [🔠Future Features ](#-future-features-)
# 📖 Beach Volleyball Score Counter
**Beach Volleyball Score Counter** is an app that acts as a score and team counter for the volleyball game.
Client
- **Add a timer for games**
- **Add both active and eliminated players**
- **Drag and drop a team player vice versa**
[Live Demo Link](#)
> To start and run this project
```
npm install
```
```
npm run dev
```
```
visit http://localhost:5173
```
To get a local copy up and running, follow these steps.
### Prerequisites
- IDE / Editor
- Git
- NodeJS
### Install & Setup
To setup and install this sample ROR Blog project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/LIBERCOSOFT/beachvolleyball
```
- Then switch to the project folder by the below query:
```
$ cd beachvolleyball
```
- Install npm dependencies with the command below:
```
$ npm install
```
- Start the Vite development server with the command below:
```
$ npm run dev
```
👤 **Kolapo Precious Akinrinlola**
- GitHub: [LIBERCOSOFT](https://github.com/LIBERCOSOFT)
- Twitter: [@Gerfieldt](https://twitter.com/Gerfieldt)
- LinkedIn: [Kolapo Akinrinlola](https://linkedin.com/in/kolapo-akinrinlola)
## 🔠Future Features
- [ ] **Implement a more responsive UI**
- [ ] **Implement the drag and drop for both web and mobile**
- [ ] **Restructure some code for more professionalism**