Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 614 Bytes

File metadata and controls

24 lines (17 loc) · 614 Bytes

FocusFlow

A minimalist Pomodoro timer with ambient sound player — built with React, TypeScript, TailwindCSS, and shadcn/ui.

Features

  • Pomodoro Timer — Focus, Short Break, and Long Break sessions with customizable durations
  • Ambience Player — Rain, Cafe, and Forest sounds with per-sound volume control
  • Minimalist UI — Clean, distraction-free design with large timer display
  • Persistent Settings — Custom durations saved to localStorage
  • Responsive — Works on desktop and mobile

Development

npm install
npm run dev

Build

npm run build