class Developer {
name: string = "Nakul Dev";
role: string = "(Flutter | React) Developer";
location: string = "India";
workingOn: string = "FindX";
learning: string[] = ["Flutter", "React", "Machine Learning"];
askMeAbout: string[] = ["Web Dev", "App Dev", "ML", "UI/UX"];
}
%% Note: This graph showcases my Technical Skills.
%% If it doesn't display, please view it on the GitHub website.
graph TD
A[Programming] --> B[Mobile]
A --> C[Web]
A --> D[Machine Learning]
B --> B1[Flutter]
B --> B2[Dart]
C --> C1[JavaScript]
C --> C2[HTML/CSS]
C --> C3[React]
D --> D1[Python]
D --> D2[TensorFlow]
D --> D3[PyTorch]
classDef main fill:#1f2937,stroke:#fbbf24,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
classDef mobile fill:#374151,stroke:#22d3ee,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
classDef web fill:#4b5563,stroke:#60a5fa,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
classDef ml fill:#6b7280,stroke:#34d399,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
class A main;
class B,B1,B2 mobile;
class C,C1,C2,C3 web;
class D,D1,D2,D3 ml;
%% Note: This graph showcases my Design & Tools.
%% If it doesn't display, please view it on the GitHub website.
graph TD
A[Creative Tools] --> B[Design]
A --> C[Development]
B --> B1[Figma]
B --> B2[Photoshop]
B --> B3[Blender]
C --> C1[VS Code]
C --> C2[Git]
C --> C3[MySQL]
classDef main fill:#1f2937,stroke:#fbbf24,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
classDef design fill:#374151,stroke:#22d3ee,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
classDef dev fill:#4b5563,stroke:#34d399,stroke-width:2px,color:#ffffff,rx:10px,ry:10px;
class A main;
class B,B1,B2,B3 design;
class C,C1,C2,C3 dev;