This is a simple countdown app built using Svelte. It allows users to specify a time interval and then count down from it.
To run this app on your local machine, you will need to have Node.js installed.
git clone https://github.com/rodrigodagostino/svelte-countdown-app.git
cd svelte-countdown-app
pnpm install
pnpm dev
The app should now be running on http://localhost:5173.
To use the app, simply specify your desired time interval by using the Up and Down buttons or typing in the numbers on each field. Then press the Play button to start the timer. You can pause the timer by pressing the Play button once again, which will now be showing a Pause icon. To reset the count, press the Reset button next to Play.
If you'd like to contribute to this project, please fork the repository and create a pull request. We welcome contributions of all kinds, including bug fixes, feature additions, and documentation improvements.
This project is licensed under the MIT License.