Skorboard is a static application for calculating multi-game scores with an easy-to-use interface using Vite + ReactJS.
Demo: https://reasnovynt.github.io/skorboard
- Game duration settings
- Customizable player names
- Score adjustments for two players
- Countdown timer
- Game over notifications and winner announcements
git clone https://github.com/reasnovynt/skorboard.git
cd skorboard
Ensure you have Bun installed on your system. Then, install the project dependencies using the following command:
bun install
- Bun ^1.1.24
-
Run the Application in Development Mode
To start the application in development mode, use the following command:
bun dev
-
Build the Application for Production
To build the application for production, use the following command:
bun build
-
Run the Production Application
To run the application in production mode, use the following command after building the application:
bun start
See CONTRIBUTING.md for information on how to contribute to this project.
This project is licensed under the MIT License.