Anurag

Anurag

MobileAppDeveloper&UI/UXDesigner

I'm a passionate developer focused on creating intuitive, responsive, and beautiful web applications. I love turning complex problems into simple, elegant solutions.

My Projects

Explore my recent GitHub projects. These repositories showcase my skills, interests and the technologies I've been working with recently.

Education Journey

Climbing through my academic path at USICT, Delhi

Academic
Level 2

B.Tech in Information Technology

USICT, Delhi

2024 - 2028 (Current)

  • Pursuing Bachelor of Technology in Information Technology
  • Learning fundamentals of programming, data structures, and algorithms
  • Exploring App development, AI/ML, and software engineering principles
C++KotlinApp DevelopmentFlutterUI/UX DesignData StructuresAlgorithms
Level 1

Lovely Public School

Previous School

Before 2024

  • Completed high school with focus on Physics, Chemistry and mathematics
  • First introduction to programming and computer science in python
  • Developed interest in technology and software development
Basic ProgrammingMathematicsPhysicsChemistryPython

About Me

App developer specializing in modern UI frameworks

Who I Am

I'm a passionate app developer currently pursuing B.Tech in Information Technology at USICT, Delhi. I specialize in creating beautiful, responsive, and user-friendly mobile applications using modern frameworks.

When I'm not coding, I enjoy exploring new technologies, participating in hackathons, and contributing to open-source projects.

Tech Expertise

Mobile Development

  • Kotlin & Jetpack Compose
  • Flutter & Dart
  • Android SDK
  • iOS Development

Other Skills

  • React & NextJS
  • Firebase
  • REST API Design
  • UI/UX Design

profile.json

{
  "name": "Anurag",
  "title": "Mobile App Developer",
  "education": {
    "degree": "B.Tech in Computer Science",
    "institution": "USICT, Delhi",
    "period": "2024-2028"
  },
  "focusAreas": [
    "Kotlin & Jetpack Compose",
    "Flutter Development",
    "UI/UX Design",
    "Cross-platform Apps"
  ],
  "interests": [
    "Mobile Innovation",
    "Clean Architecture",
    "Material Design",
    "Open Source"
  ]
}

current_project.dart

class MyJourney {
  Future<Success> buildApps() async {
    while (true) {
      await learn();
      await create();
      await share();
      await improve();
    }
  }
  
  // Currently executing...
}