A simple Pomodoro Timer built with React and Tailwind CSS, allowing users to manage tasks and focus sessions effortlessly. This project was created as a way to learn React and Tailwind.
Clone the repository:
git clone https://github.com/bojanradjenovic/pomodoro-timer.git
cd pomodoro-timer
Install dependencies:
npm install
To start the development server:
npm run dev
To create a production build:
npm run build