Skip to content
View afnanlabs's full-sized avatar

Block or report afnanlabs

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
afnanlabs/README.md

AFNAN.labs

๐ŸŒธ The Origin Story

class Afnan {

    constructor() {
        this.name = "Afnan Khan";
        this.origin = "Mumbai, India ๐Ÿ‡ฎ๐Ÿ‡ณ";
        this.mindset = "Pragmatic. Action over theory.";
        this.passions = ["Powerbuilding", "Speed work", "Zone 2 runs"];
        this.dailyFuel = ["โ˜• Coffee", "โšฝ Football", "๐Ÿ” Curiosity"];
        this.petPeeves = ["Fake productivity", "Complexity", "Unfixed bugs"];
    }

    currentVibe() {
        return "Lifting heavy, running, or hyperfocused on a build.";
    }
}

๐Ÿ› ๏ธ Tech Stack

JavaScript TypeScript SQL Python HTML5 CSS3 React Next.js TailwindCSS Zustand ReactQuery RESTAPI Node.js Express Firebase MySQL Git GitHub Docker Postman Vercel Sanity Figma


github contribution snake animation

Visitor Count

Pinned Loading

  1. afnan-workspace afnan-workspace Public

    Personal developer portfolio inspired by VS Code, featuring a terminal interface, interactive workspace, custom cursor system and mini games.

    TypeScript

  2. thinktrack thinktrack Public

    ThinkTrack โ€“ Collaborative Learning & Productivity Platform built using HTML, CSS, JavaScript, PHP and MySQL.

    PHP

  3. CodeGlow-exe CodeGlow-exe Public

    A VS Code extension that provides persistent manual code highlighting and annotations for learning, reviewing, documenting, and explaining code.

    JavaScript 1

  4. timeline.md timeline.md
    1
    # 2026
    2
    - Completed the [Next.js Learning Repository](https://github.com/afnanlabs/next.js-playground), learning the App Router, layouts, routing, metadata, data fetching, error handling, loading UI, Server Components, and modern Next.js development โ€” July 2026.
    3
    - Published [Afnan Log](https://afnan-log.vercel.app), a terminal-inspired developer blog and digital workspace โ€” June 2026.
    4
    - Built and deployed [CodeGlow](https://github.com/afnanlabs/CodeGlow-exe), a modern syntax highlighting and developer utility application โ€” June 2026.
    5
    - Published [Developer Portfolio](https://afnan-dev-portfolio.vercel.app), showcasing projects, certifications, and technical journey โ€” June 2026.
  5. variantvault variantvault Public

    This project focuses on practical full-stack development โ€” structured backend logic, relational data handling, and real-world CRUD workflows without unnecessary complexity.

    EJS

  6. fitscore-resume-analyzer fitscore-resume-analyzer Public

    ATS-style resume analyzer using rule-based NLP to compare resumes with job descriptions โ€” no API, fully client-side.

    JavaScript