# Aesthetic Pomodoro A simple and visually appealing Pomodoro timer to boost productivity. ![Example timer](assets/demo.png) ## Features - Customizable work and break intervals. - Minimalistic and aesthetic design. - Easy to use interface. ## Installation 1. Clone the repository: ```bash git clone https://github.com/infinotiver/aesthetic-pomodoro.git ``` 2. Navigate to the project directory: ```bash cd aesthetic-pomodoro ``` 3. Install dependencies: ```bash npm install ``` ## Usage Run the application: ```bash npm start ```