node[0] root vertex

Priyansh
Kumar

role =

B.Tech IT · NIT Jalandhar · 2024–2028

adjacency_list[priyansh] =
projects , experience , contact
3+
apps shipped
100+
LC solved
3
languages
curiosity
// 01

about_node

priyansh.json
{
  "name": "Priyansh Kumar",
  "degree": "B.Tech Information Technology",
  "university": "NIT Jalandhar",
  "batch": 2028,
  "primary_stack": [
    "Flutter", "Dart", "Firebase"
  ],
  "languages_spoken": [
    "English", "Hindi", "Arabic"
  ],
  "based_in": "Punjab, India",
  "grew_up_in": "Al-Jubail, Saudi Arabia",
  "status": "open to opportunities"
}

I build mobile applications that solve real problems — and I build them with Flutter. Currently in my second year at NIT Jalandhar pursuing Information Technology, I'm the kind of developer who gets genuinely excited about state management patterns and sensor APIs.

Growing up in Saudi Arabia gave me fluency in three languages and a perspective that shapes how I design for diverse users. When I returned to India for college, I brought that global mindset into my technical work.

Beyond code, I debate, organize hackathons, and occasionally obsess over the biomechanics of squats — which led to building KineSquat.

3+
Mobile apps
shipped to users
100+
LeetCode
problems solved
1st Place @TableTopics
Toastmasters
3
Languages
En · Hi · Ar
core_skills[]
Flutter / Dart
Primary
Firebase
Proficient
GetX / Provider
Proficient
C++
Proficient
Python
Comfortable
// 02

graph.explore()

A force-directed graph of my skills, projects, and the connections between them. Click a node to inspect it. Drag to reposition. Filter by type. Try running a traversal.

idle
Projects
Core Tech
Tools
Concepts
BFS frontier
DFS stack
// 03

projects[]

node[3]
personal

SpendSense

Expense tracking, your way.

A mobile app that makes financial management genuinely personal. Users define their own spending categories, making it the first expense tracker that adapts to them — not the other way around.

features[]
  • User-defined custom categories
  • Categorical expense breakdown
  • Clean, minimal UI with no clutter
  • Firebase-backed persistence
Flutter Firebase Provider Dart
edges → Flutter, Firebase, Provider, State Mgmt
View Source
node[4]
personal

KineSquat

Let the phone count. You just squat.

Autonomous rep and set tracking using your phone's accelerometer. Hold it or pocket it — KineSquat uses sensor data to detect each squat without any manual input.

features[]
  • Hands-free rep/set detection via accelerometer
  • Works with phone in pocket or held
  • Built-in squat variation guide
  • Minimalist workout UI
Flutter Firebase Provider Sensors API
edges → Flutter, Firebase, Sensors, Provider
View Source
// 04

stack.trace()

work_experience
Mar 2026 – Present
Flutter Developer Intern
HelloStores · Remote
Working on a full-featured fitness app and transitioning to a two-wheeler accessories marketplace. Responsible for feature development, state management with GetX, multi-environment setup via Flutter Flavors, and integrating Firebase + Supabase backends.
→ Built gym training record & fitness tracking features
→ Implemented GetX state management for scalable architecture
→ Configured Flutter Flavors for dev/staging/production
→ Integrated Firebase auth, Supabase DB, real-time sync
FlutterGetX FirebaseSupabase DartFlavors
Jul 2021 – Sep 2021
Youth Leader
Toastmasters International · Al-Jubail
Participated in the Youth Leadership Program, developing public speaking, structured debate, and team leadership skills across multiple competitive formats.
🥇 1st Place — Table Topics (three times)
🥇 1st Place — Icebreaker Speech
🥈 2nd Place — Debate Segment
LeadershipPublic SpeakingDebate
events & involvement
2025
Organizer & Manager
HACKMOL 7.0 · NIT Jalandhar
Helped organize and manage HACKMOL 7.0, the flagship hackathon at NIT Jalandhar's annual technical and cultural fest. Handled participant coordination, logistics, and on-ground management throughout the event.
Event ManagementHackathonCoordination
2024 – Present
App Development Domain Member
Google Developer Groups · NIT Jalandhar
Active member of the mobile app development team within GDG on campus, collaborating on Flutter projects and developer community events.
FlutterMobile DevCommunity
2024 – Present
Core Member
Literary & Debating Club · NIT Jalandhar
Core member involved in debate events, literary competitions, and club programming — a natural extension of the public speaking foundation built through Toastmasters.
DebateLiteraryLeadership
// 05

tech_stack{}

primary
📱
Flutter
Cross-platform UI
🎯
Dart
Language
🔥
Firebase
BaaS
proficient
⚙️
C / C++
Systems & DSA
Supabase
Open-source BaaS
🔀
GetX
State management
🧩
Provider
State management
🍦
Flavors
Multi-env builds
comfortable
🐍
Python
Scripting & logic
🗃️
SQL
Relational DBs
🌐
HTML/CSS/JS
Web basics
🐙
Git
Version control
// 06

connect()

reach_out.dart
void main() {
  var priyansh = Developer(
    email: 'pkd09052006@gmail.com',
    openTo: [
      'internships',
      'collaborations',
      'flutter projects',
      'good conversations',
    ],
  );
  priyansh.connect();
}