Skip to content
View manvimishra15's full-sized avatar
  • Joined Dec 26, 2025

Block or report manvimishra15

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 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
manvimishra15/README.md


🌌 About Me

Hi! I’m Manvi Mishra, a Full-Stack Developer & Creative Technologist.

I love building scalable systems, clean user interfaces, and motion-driven experiences that balance logic with aesthetics.

I focus on:

  • Backend architecture & APIs
  • Frontend development & UI/UX
  • Motion graphics, 3D & interactive systems

πŸ› οΈ Tech Stack

Frontend Backend 3D / Motion Tools
React
JavaScript
HTML
CSS
Node.js
Express
MongoDB
Three.js
Motion Design
Creative Coding
Git
GitHub
Figma
Tailwind

πŸ’‘ Development Philosophy

Architecture
  • Readable & maintainable code
  • Clear data flow
  • Scalable system design
Interface & Motion
  • Interactive UI/UX
  • Motion & micro-interactions
  • Accessible layouts
Performance
  • Optimized frontend & backend
  • Lazy loading & caching
  • Minimal resource usage

🧩 Code & System Thinking

Data Flow

UI β†’ Components β†’ State β†’ API β†’ Services β†’ Database

Example JavaScript

async function fetchUserData(userId) {
  try {
    const response = await fetch(`/api/users/${userId}`);
    if (!response.ok) throw new Error("Request failed");
    return await response.json();
  } catch (error) {
    console.error("Error:", error);
  }
}

🎨 Motion & Logic

Creative Motion
Logical Systems

πŸ“ˆ GitHub Activity


πŸš€ Current Focus

  • Learning Next.js
  • Exploring AI-driven motion & 3D
  • Building interactive portfolios

πŸ“¬ Connect With Me


Popular repositories Loading

  1. Productise Productise Public

    It's a productivity website which has a timer for studying and keeping track of time, a calendar for dates, a functional to-do list, a small journal type entry section and a mood tracker. It has di…

    HTML

  2. PORTFOLIO PORTFOLIO Public

    My first-ever web project, built during my first year as a way to explore HTML, CSS, and basic JavaScript. This portfolio reflects a subtle, cute, and animated style, combining creativity with my e…

    HTML

  3. Greenify Greenify Public

    Greenify is a sustainability-focused web project aimed at encouraging eco-friendly awareness through simple digital interactions. Built as part of my learning journey, the project explores how tech…

  4. CrowdDetect CrowdDetect Public

    Crowd Detection is a project focused on identifying and analyzing crowd presence using computer vision techniques. Developed as part of my learning journey, the project explores the use of image pr…

    CSS

  5. DEMENTIACHECK DEMENTIACHECK Public

    Dementia Check is a project designed to explore the role of technology in cognitive health awareness. The project focuses on understanding how simple assessments and data-driven approaches can supp…

    HTML

  6. PARKEASE PARKEASE Public

    ParkEase is a project focused on simplifying the parking experience through technology. Developed as part of my learning journey, the project explores how digital solutions can help users locate, m…

    JavaScript