A simple and minimalistic Pomodoro Timer app built with Svelte. This app helps you manage your work and break intervals effectively, following the Pomodoro technique and it's principles.
Follow these steps to set up and run the project locally:
Clone the repository:
git clone https://github.com/MarkVDD/pomobite.git
cd pomobite
Install dependencies:
pnpm install
Run the app:
pnpm dev
Open your browser and navigate to http://localhost:5173
.
src/lib/stores
: Contains the Svelte stores used for state managementsrc/lib/components
: Reusable Svelte components like the timer display and controlssrc/routes
: Contains the pages of the applicationsrc/lib/utils
: Utility functions, e.g., for handling notificationsFeel free to reach out if you have any questions or suggestions. Enjoy using the app!