A minimalist Pomodoro timer designed with a pixel art aesthetic built with SvelteKit and TypeScript
⚠️ Building in public: This Pomodoro is currently in its initial phase, and what is being published is only its first version, far from the desired result.
Demo: https://juanchiparra.github.io/svelte-pomodoro/
pomodoro/
├── src/
│ ├── lib/
│ │ ├── components/
│ │ └── styles/
│ ├── routes/
│ ├── app.html
│ └── app.d.ts
├── static/
├── package.json
├── svelte.config.js
├── tsconfig.json
└── vite.config.ts
# Clone this repository
git clone https://github.com/juanchiparra/svelte-pomodoro.git
cd svelte-pomodoro
## Install the dependencies
npm install
## Start the development server
npm run dev
npm run dev
npm run build
npm run preview
npm run check
npm run check:watch
npm run deploy
Contributions are welcome! If you encounter a problem or have an idea to improve the project, open an issue or send a pull request.