Skip to content

getwristpain/skorboard

Repository files navigation

Skorboard

Skorboard is a static application for calculating multi-game scores with an easy-to-use interface using Vite + ReactJS.

Showcase

Demo: https://reasnovynt.github.io/skorboard

Screenshot of the app

Features

  • Game duration settings
  • Customizable player names
  • Score adjustments for two players
  • Countdown timer
  • Game over notifications and winner announcements

Installation

Clone the Repository

git clone https://github.com/reasnovynt/skorboard.git
cd skorboard

Install Dependencies

Ensure you have Bun installed on your system. Then, install the project dependencies using the following command:

bun install

System Requirements

Usage

  1. Run the Application in Development Mode

    To start the application in development mode, use the following command:

    bun dev
  2. Build the Application for Production

    To build the application for production, use the following command:

    bun build
  3. Run the Production Application

    To run the application in production mode, use the following command after building the application:

    bun start

Contributing

See CONTRIBUTING.md for information on how to contribute to this project.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published