A simple pomodoro timer built with Svelte 5 and TailwindCSS. This project was created for learning purposes and to practice frontend design.
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
pnpm dev - Start development serverpnpm build - Build for productionpnpm check - Run type checkingpnpm lint - Run lintingpnpm format - Format code with Prettier