This is an application to play Countdown. Created for educational and non-commercial purposes only. Code partially created using OpenAI.
Make sure you have the following installed:
In you directory of choice run
git clone https://github.com/lassisav/countdown.git
cd countdown
npm install
npm run dev
To launch the app later simply navigate to the countdown directory and run
npm run dev
Once the app is launched, you can access it in your browser by navigating to localhost:5173 (by default)