Simple and aesthetic Pomodoro timer that combines Svelte, GLSL shaders and Howler.js for audio. The visual style is based on the Catppuccin Mocha color palette (@catppuccin/tailwindcss)
You can view the live demo here: https://yungbricocoop.github.io/pomodoro/
This repository includes a GitHub Action deploy.yml that automatically lints the code and publishes the application to GitHub Pages.
To start the development server run:
pnpm run dev
To build the app run:
pnpm run build
This project uses the static adapter so the build command generates a static application.
I am open to contributions! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.