-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8877c3c
commit c9ede37
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |