Skip to content

Commit 1d4bde7

Browse files
committed
update the readme with the description
1 parent dbe3774 commit 1d4bde7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -499,16 +499,25 @@ In order to run this project you need:
499499
<li>
500500
<details>
501501
<summary>Pomodoro Timer</summary>
502-
<p>The Productivity Timer (Pomodoro Timer) is a simple yet effective timer application based on the Pomodoro technique. It helps users stay productive by alternating between focus intervals (e.g., 5 minutes) and short breaks (e.g., 2 minutes). The app provides visual cues through animations and sound alerts to signal transitions between focus and break periods.
503-
504-
</p>
502+
<p>The Productivity Timer (Pomodoro Timer) is a simple yet effective timer application based on the Pomodoro technique. It helps users stay productive by alternating between focus intervals (e.g., 5 minutes) and short breaks (e.g., 2 minutes). The app provides visual cues through animations and sound alerts to signal transitions between focus and break periods.</p>
505503
<ul>
506504
<li><a href="https://tajulafreen.github.io/50Projects-HTML-CSS-JavaScript/Source-Code/PomodoroTimer/">Live Demo</a></li>
507505
<li><a href="https://github.com/tajulafreen/50Projects-HTML-CSS-JavaScript/tree/main/Source-Code/PomodoroTimer">Source</a></li>
508506
</ul>
509507
</details>
510508
</li>
511509

510+
<li>
511+
<details>
512+
<summary>E-Commerce Website</summary>
513+
<p>This is a simple e-commerce product page built using **HTML**, **CSS**, and **JavaScript**. It displays a list of products fetched from a public API and allows users to add products to their cart. The page features a cart modal where users can view the products they have added, including quantity and total price.</p>
514+
<ul>
515+
<li><a href="https://tajulafreen.github.io/50Projects-HTML-CSS-JavaScript/Source-Code/E-CommerceWebsite/">Live Demo</a></li>
516+
<li><a href="https://github.com/tajulafreen/50Projects-HTML-CSS-JavaScript/tree/main/Source-Code/E-CommerceWebsite">Source</a></li>
517+
</ul>
518+
</details>
519+
</li>
520+
512521
</ol>
513522

514523
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)