A simple and intuitive Pomodoro Timer built with Svelte.
- Set custom timer intervals for work and break sessions.
- Responsive design suitable for both desktop and mobile devices.
- Notification support to alert when a session ends.
-
Clone the repository:
git clone https://github.com/ProcrastinatorMuffin/SveltePomodoro-webapp
-
Navigate to the project directory:
cd SveltePomodoro-webapp
-
Install the dependencies:
npm install
-
To start the development server:
npm run dev
Open your browser and navigate to localhost:8080 to see the app in action.
-
To build for production:
npm run build
While this project is primarily a personal project, contributions or feedback are welcome. Please open an issue or submit a pull request.