A simple web-based timer application that allows users to set a countdown and receive a single beep notification when the timer reaches zero. No need to manually stop it after the alarm.
🔗 https://simple-timer-sepia.vercel.app
-
Clone the repository
-
Install dependencies and start the app
cd simple-timer
npm install
npm run dev
- Open http://localhost:5173 to use the timer
This project was generated with the help of ChatGPT-4o and Claude 3.7 Sonnet, using my inputs and adjustments.