Skip to content
View AayuAmor's full-sized avatar
:shipit:
Code like it's art, debug like a detective, and push like a boss.
:shipit:
Code like it's art, debug like a detective, and push like a boss.

Highlights

  • Pro

Block or report AayuAmor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
AayuAmor/README.md

Hey there, I'm Aayush ๐Ÿ‘‹

Typing SVG

๐Ÿš€ Building digital experiences one commit at a time
๐ŸŽฏ Turning ideas into scalable solutions
๐Ÿง  Passionate about clean code and innovative tech
๐Ÿ Watch my contributions get eaten by this cool snake!

github contribution grid snake animation

๐Ÿ“Š My GitHub Universe in 3D

๐Ÿงฑ Every block tells a story โ€” from late-night commits to breakthrough moments.

๐Ÿ”† About Me

๐Ÿ‘จโ€๐Ÿ’ป console.log(aayush) - Click to expand
const developer = {
  // Basic Info
  name: "Aayush Raut",
  location: {
    country: "Nepal ๐Ÿ‡ณ๐Ÿ‡ต",
    city: "Kathmandu",
    timezone: "GMT+5:45",
  },

  // Professional Focus
  currentRole: "Full-Stack Developer",
  passions: [
    "Building scalable web applications",
    "Contributing to open source",
    "Solving complex problems",
    "Learning cutting-edge technologies",
  ],

  // Technical Skills
  skills: {
    frontend: {
      languages: ["JavaScript", "HTML5", "CSS3"],
      frameworks: ["React", "Vue.js"],
      styling: ["Tailwind CSS", "Bootstrap", "Sass"],
      tools: ["Webpack", "Vite", "Figma"],
    },
    backend: {
      languages: ["Node.js", "Python", "Java"],
      frameworks: ["Express.js", "FastAPI", "Spring Boot"],
      databases: ["MongoDB", "MySQL", "PostgreSQL"],
      cloud: ["AWS", "Firebase", "Vercel"],
    },
    devOps: {
      tools: ["Git", "Docker", "GitHub Actions"],
      platforms: ["Linux", "Windows", "VS Code"],
    },
  },

  // Current Learning Path
  currentlyLearning: [
    "TypeScript for better code quality",
    "Next.js for full-stack React apps",
    "Docker for containerization",
    "System Design principles",
    "GraphQL for efficient APIs",
  ],

  // Personal Traits
  personality: {
    strengths: ["Problem-solving", "Team collaboration", "Quick learner"],
    workStyle: "Agile, detail-oriented, user-focused",
    motto: "Code like it's art, debug like a detective ๐Ÿ”",
    funFact: "I can debug with my eyes closed (okay, almost ๐Ÿ˜…)",
  },

  // Availability & Contact
  availability: {
    openToWork: true,
    collaboration: "Always open to interesting projects",
    mentoring: "Happy to help junior developers",
    askMeAbout: [
      "JavaScript & React best practices",
      "Full-stack development workflows",
      "Open source contribution tips",
      "Career advice for developers",
      "Cool project ideas",
    ],
  },

  // Goals & Vision
  goals2025: {
    technical: "Master TypeScript & Next.js ecosystem",
    community: "Contribute to major open source projects",
    career: "Build impactful products that solve real problems",
    personal: "Share knowledge through blogging & mentoring",
  },

  // Methods
  sayHello: function () {
    return "Hey there! ๐Ÿ‘‹ Let's build something amazing together!";
  },

  getContactInfo: function () {
    return {
      email: "aayuamor@gmail.com",
      linkedin: "linkedin.com/in/aayush-raut-0009662b6/",
      github: "github.com/AayuAmor",
      twitter: "@AayuAmor",
    };
  },

  generateMotivation: () => {
    const quotes = [
      "Every expert was once a beginner ๐Ÿš€",
      "Code today, debug tomorrow, deploy forever ๐Ÿ’ป",
      "The best time to plant a tree was 20 years ago. The second best time is now ๐ŸŒฑ",
    ];
    return quotes[Math.floor(Math.random() * quotes.length)];
  },
};

// Execute some methods
console.log(developer.sayHello());
console.log("Contact me:", developer.getContactInfo());
console.log("Daily motivation:", developer.generateMotivation());

// Current status
console.log(`
๐Ÿš€ Currently building: StudentApp & Portfolio Website
โšก Learning: ${developer.currentlyLearning.join(", ")}
๐ŸŽฏ Next goal: ${developer.goals2025.technical}
๐Ÿ’ฌ Status: Available for collaboration & mentoring
`);

๐Ÿ’ผ Professional Experience

๐Ÿข Work & Education Timeline (Click to expand)
const experience = {
  education: {
    degree: "Bachelor's in Computer Science",
    institution: "Softwarica College of IT & E-Commerce",
    status: "In Progress",
    graduationYear: "2026",
    relevantCourses: [
      "Data Structures",
      "Algorithms",
      "Web Development",
      "Database Management",
      "Software Engineering",
    ],
  },

  projects: {
    studentApp: {
      role: "Full-Stack Developer",
      duration: "3 months",
      teamSize: "Solo project",
      impact: "Comprehensive productivity suite for students",
      technologies: ["React", "Node.js", "MongoDB", "Express"],
    },
    pythonAutomation: {
      role: "Developer",
      duration: "2 months",
      teamSize: "Solo project",
      impact: "Automated daily tasks, file management",
      technologies: ["Python", "Tkinter", "OS modules"],
    },
    openSource: {
      contributions: "5+ repositories",
      totalCommits: "100+",
      focusAreas: ["JavaScript", "Python", "Documentation"],
      impact: "Helped improve code quality and documentation",
    },
  },

  achievements: {
    github: [
      "Pull Shark",
      "Quickdraw",
      "Galaxy Brain",
      "YOLO",
      "Pair Extraordinary",
    ],
    certifications: ["JavaScript Fundamentals", "Python Programming"],
    recognition: [
      "GitHub Arctic Code Vault Contributor",
      "Active Open Source Contributor",
    ],
  },

  workExperience: {
    freelance: {
      role: "Freelance Developer",
      duration: "6+ months",
      projects: [
        "Web applications",
        "Automation scripts",
        "Small business websites",
      ],
      clientSatisfaction: "100%",
    },
  },
};

๐Ÿ› ๏ธ Tech Stack


๐ŸŽ“ Skills & Certifications

๐Ÿ“š Detailed Skills Breakdown (Click to expand)
Category Skills Proficiency
Frontend React, JavaScript, HTML/CSS โญโญโญโญโญ
Backend Node.js, Python, Express โญโญโญโญโšฌ
Database MongoDB, MySQL โญโญโญโšฌโšฌ
Tools Git, VS Code, Docker โญโญโญโญโšฌ
Learning TypeScript, Next.js โญโญโญโšฌโšฌ

๐Ÿ“œ Certifications & Learning Path

  • Completed: JavaScript Algorithms & Data Structures (freeCodeCamp)
  • Completed: Python Programming Fundamentals
  • In Progress: Full-Stack Web Development (Coursera)
  • In Progress: React Advanced Patterns
  • Planned: AWS Cloud Practitioner
  • Planned: TypeScript Certification

๐Ÿ† Technical Achievements

  • GitHub Achievements: Pull Shark, Quickdraw, Galaxy Brain
  • Open Source: 5+ repository contributions
  • Projects Completed: 10+ personal projects
  • Code Quality: Consistent 90%+ test coverage

๐Ÿ† GitHub Achievements


๐ŸŽฏ Current Goals & Roadmap

๐Ÿ“ˆ 2025 Goals (Click to expand)

Completed โœ…

  • Unlock Pull Shark (Apr 10, 2025)
  • Close 1 issue in <5 mins (Quickdraw)
  • Contribute to open-source projects

In Progress ๐Ÿšง

  • Get 16 stars on a repo (Starstruck) - Current: 8/16
  • Make 100 contributions in a month - Current: 67/100
  • Complete Full-Stack certification
  • Launch personal portfolio website

Upcoming ๐ŸŽฏ

  • Contribute to major open-source project
  • Build and deploy 5 production apps
  • Start tech blog/YouTube channel
  • Mentor junior developers

๐Ÿ“Š GitHub Analytics

GitHub Stats Profile details badge
GitHub Contributor Stats badge Most Used Languages badge
Top languages by repo badge Top languages by commit badge
Commit Time badge GitHub Streak

GitHub Activity Graph


๐Ÿš€ Featured Projects

๐ŸŽ“ StudentApp

A comprehensive student productivity suite

  • ๐Ÿ“ ToDo & Task Management
  • โฐ Pomodoro Timer
  • ๐Ÿ“… Dynamic Timetable
  • ๐Ÿ“Š Progress Tracking
  • ๐ŸŽฎ Mini Games for breaks

Tech Stack: React, Node.js, MongoDB

GitHub Coming Soon

๐ŸŽฎ React Arcade Games

Classic games rebuilt for the web

  • ๐Ÿ Snake Game
  • โญ• Tic Tac Toe
  • ๐Ÿงฑ Brick Breaker
  • ๐ŸŽฏ Score tracking & leaderboards

Tech Stack: React, JavaScript, CSS3

GitHub Coming Soon

๐Ÿค– Python Automation Suite

Smart automation tools for daily tasks

  • ๐Ÿ“ Intelligent file organizer
  • ๐Ÿ”„ Batch file renamer
  • โฑ๏ธ Time tracking utilities
  • ๐Ÿ“Š System monitoring

Tech Stack: Python, Tkinter, OS modules
GitHub Coming Soon

๐Ÿš€ Coming Soon: JobTrackr

Full-stack job application tracker

  • ๐Ÿ“Š Application status dashboard
  • ๐Ÿ“… Interview scheduling
  • ๐Ÿ’ผ Company research notes
  • ๐Ÿ“ˆ Success rate analytics

Tech Stack: MERN Stack, Chart.js
GitHub Coming Soon


๐Ÿ“ซ Let's Connect


๐Ÿ’ญ Dev Quotes

Random Dev Quote


Profile Views GitHub Followers

๐Ÿ’ฌ "Code like it's art, debug like a detective, and push like a boss."
โ€” Aayush Dada ๐Ÿ˜Ž

Pinned Loading

  1. Calculator- Calculator- Public

    It is a Calculator.

    C 1

  2. PrinceAI PrinceAI Public

    Python

  3. To-Do-List To-Do-List Public

    This is a Web Application of To-Do List

    JavaScript

  4. Animated-Login-Page Animated-Login-Page Public

    This is the repo for animated Login Page

    CSS 1