An open API service indexing awesome lists of open source software.

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

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.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Add a timer for games**
- **Add both active and eliminated players**
- **Drag and drop a team player vice versa**

(back to top)

## 🚀 Live Demo

[Live Demo Link](#)

(back to top)

## 💻 Getting Started

> 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
```

(back to top)

## 👥 Authors

👤 **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**

(back to top)