Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mahato authored Nov 20, 2024
1 parent 8877c3c commit c9ede37
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# ⏳ Pomodoro App

A productivity-focused Pomodoro Timer application to help you stay on track with tasks and improve time management. Built with **TypeScript**, **HTML**, and **CSS** for a clean, responsive, and reliable experience.

---

## 🚀 Features
- **Customizable Timer:** Set work and break durations according to your preference.
- **Session Tracking:** Keep track of completed Pomodoro sessions.
- **Responsive Design:** Works seamlessly across desktops, tablets, and mobile devices.
- **Audio Alerts:** Notifications for session start and end.
---

## 🛠️ Tech Stack
- **TypeScript:** Provides type safety and improves code maintainability.
- **HTML:** Builds the structure of the app.
- **CSS:** Styles the app with a focus on responsiveness and usability.

---


---

## 🖥️ Getting Started
1. Visit the live application: [Pomodoro Flow](https://pomodoro-flow.netlify.app/)
2. Alternatively, clone the repository:
```bash
git clone https://github.com/your-username/pomodoro-app.git
cd pomodoro-app

0 comments on commit c9ede37

Please sign in to comment.