VolleyScore is a dedicated scoring application designed to keep track of scores during volleyball matches. It provides a user-friendly interface and robust functionality to ensure a seamless scoring experience.
- Real-time Scoring: Update scores in real-time during volleyball matches.
- Match History: Keep a record of past games with scores and outcomes.
- User Interface: Simple and intuitive UI for easy score tracking.
- Frontend: React.js
- Backend: Bun
- Development Tools: TypeScript
To get a local copy up and running follow these simple steps.
Before running the project, ensure you have Bun installed on your system. Bun is a fast all-in-one JavaScript runtime that VolleyScore uses.
- Clone the repository:
git clone https://github.com/whuang214/VolleyScore.git
- Navigate to the project directory:
cd VolleyScore
- Install dependencies with Bun:
bun install
- Run the developmenet server:
bun run dev