Skip to content

Commit cb93e9f

Browse files
committed
up
1 parent 2ffa87f commit cb93e9f

5 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/projects/tms.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ A comprehensive Task Management System built with Laravel and PHP, designed to h
66

77
The application enables teams to create, assign, and monitor tasks throughout their lifecycle, ensuring better collaboration and productivity in project workflows.
88

9+
## 📸 Screenshots
10+
11+
### Login Page
12+
![TMS Login Page](/products/tms-login.png)
13+
914
## ✨ Key Features
1015

1116
- **Task Creation & Management:** Create, edit, and organize tasks with detailed information
234 KB
Loading
1.73 MB
Loading

public/products/tms-login.png

90.8 KB
Loading

src/components/home/our-projects-section.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ const projects: Project[] = [
1919
id: "tms-sicip",
2020
title: "TMS SICIP",
2121
description: "Training Management System for SICIP Bangladesh. A collaborative project delivering a comprehensive platform for managing training programs, schedules, and participant tracking efficiently.",
22-
image: "/products/tms-sicip-screenshot.png",
22+
image: "/products/tms-login.png",
2323
category: "Government"
2424
},
2525
{
2626
id: "dhamaka-express",
2727
title: "Dhamaka Express",
2828
description: "Fast and reliable courier delivery service across Bangladesh. Track your parcels in real-time with secure handling and timely doorstep delivery.",
29-
image: "https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=800&q=80",
29+
image: "/products/Screenshot 2026-01-14 191852.png",
3030
category: "Courier & Logistics",
3131
url: "https://dhamakaexpress.com"
3232
},
3333
{
3434
id: "walkinroom",
3535
title: "WalkInRoom",
3636
description: "Modern room booking and hotel reservation platform. Find and book your perfect accommodation with ease and convenience.",
37-
image: "https://images.unsplash.com/photo-1566073771259-6a8506099945?w=800&q=80",
37+
image: "/products/Screenshot 2026-01-14 192055.png",
3838
category: "Hospitality",
3939
url: "https://walkinroom.com/"
4040
},

0 commit comments

Comments
 (0)