Timer
A sleek and modern Pomodoro Timer web app designed to boost productivity with a user-friendly interface. Built with SvelteKit and TailwindCSS, it combines minimalism with powerful features for an enhanced time management experience.
✨ Features
- 🕒 Pomodoro, Short Break, and Long Break Modes: Stay focused and refreshed.
- ⚙️ Customizable Timer Settings: Tailor the timer to your routine.
- 🎨 Clean Minimalist Design: A clutter-free interface for distraction-free productivity.
- 📱 Responsive Layout: Optimized for both desktop and mobile devices.
- 🌈 Smooth Animations: Seamless transitions for an intuitive experience.
- ♿ Accessibility First: Inclusive design ensuring usability for all.
🛠️ Tech Stack
- SvelteKit - Fast and modern web framework for a dynamic experience.
- TailwindCSS - Elegant styling with utility-first CSS.
- Vite - Lightning-fast development and build tool.
🚀 Getting Started
Follow these steps to run the Pomodoro Timer locally:
Prerequisites
- Node.js: Install the latest LTS version.
- npm, pnpm, or yarn: Use your preferred package manager.
Installation
Clone the repository:
git clone https://github.com/rk-vashista/Flip
Navigate to the project directory:
cd Flip
Install dependencies:
npm install # Or use `pnpm install` / `yarn install`
Start the development server:
npm run dev # Or use `pnpm dev` / `yarn dev`
Open your browser and go to:
http://localhost:5173