A simple and intuitive Pomodoro Timer built with Svelte.
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.