╔══════════════════════════════════════════════════════════════════════════════╗
║ ║
║ ████████╗ █████╗ ███╗ ██╗ ██╗ ███╗ ███╗ ║
║ ╚══██╔══╝ ██╔══██╗ ████╗ ██║ ██║ ████╗ ████║ ║
║ ██║ ███████║ ██╔██╗ ██║ ██║ ██╔██╗ ██║██║ ║
║ ██║ ██╔══██║ ██║╚██╗██║ ██║ ██║╚██╗██║ ██║ ║
║ ██║ ██║ ██║ ██║ ╚████║ ██║ ██║ ╚███║ ██║ ║
║ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚══╝ ╚═╝ ║
║ ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ ║
║ const tanim = { ║
║ status: "Beginner Developer", ║
║ learning: [ "AI", "Blockchain", "Full Stack Development" ], ║
║ currentFocus: "Building coding foundation", ║
║ interests: [ "DSA", "Web Development", "Open Source" ], ║
║ contactMe: "mtanim223487@gmail.com", ║
║ funFact: "Even quantum computers started with a single bit" ║
║ }; ║
║ ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ [ACCESS_LEVEL: PUBLIC] | [STATUS: ONLINE] | [LOCATION: GITHUB_MAINFRAME] ║
╚══════════════════════════════════════════════════════════════════════════════╝|
|
|
graph TD
A[Started CSE in UIU <br> Fall 2022] --> B[Basic Programming in C]
B --> C[SPL in C <br> Loops, Arrays, Functions]
C --> E[OOP in Java]
C --> F[HTML/CSS Mastery]
F --> H[JavaScript + DOM]
H --> P
E --> G[DSA in C++]
G --> J[AI in Python]
J --> N[Computer Networking Fundamentals]
G --> O[Circuit & Electronics]
%% Projects (Green)
D[Project <br><h3> Patient Management System </h3>] --> C
F1[AOOP Project <br><h3> Library Management System </h3>] --> E
I[Interactive Projects <br><h3> Digital Diary </h3>] --> H
L[Mini AI Projects <br><h3> Speech Recognition, Chatbot </h3>] --> J
M[Hardware Project using Arduino & IoT <br><h3> Firefighting Robot </h3>] --> O
%% Freelance & Dream (Orange)
P[Freelance Exploration: Fiverr, Upwork] --> Q
Q[Dream: Software Dev <br> + AI + Blockchain]
%% Color Styles
style A fill:#FF1493,stroke:#FF1493,color:#FFFFFF %% Unique color for Start
%% Academic Courses (Blue)
style B fill:#8A2BE2,stroke:#8A2BE2,color:#FFFFFF
style C fill:#8A2BE2,stroke:#8A2BE2,color:#FFFFFF
style E fill:#8A2BE2,stroke:#8A2BE2,color:#FFFFFF
style G fill:#8A2BE2,stroke:#8A2BE2,color:#FFFFFF
style N fill:#8A2BE2,stroke:#8A2BE2,color:#FFFFFF
style O fill:#8A2BE2,stroke:#8A2BE2,color:#FFFFFF
style J fill:#8A2BE2,stroke:#32CD32,color:#FFFFFF
%% Projects (Green)
style F1 fill:#32CD32,stroke:#32CD32,color:#FFFFFF
style D fill:#32CD32,stroke:#32CD32,color:#FFFFFF
style I fill:#32CD32,stroke:#32CD32,color:#FFFFFF
style L fill:#32CD32,stroke:#32CD32,color:#FFFFFF
style M fill:#32CD32,stroke:#32CD32,color:#FFFFFF
%% Freelance & Dream (Orange)
style P fill:#FF8C00,stroke:#FF8C00,color:#FFFFFF
style Q fill:#FF8C00,stroke:#FF8C00,color:#FFFFFF










