Skip to content
View ipuppyyt's full-sized avatar
🎯
Focused
🎯
Focused

Block or report ipuppyyt

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

Hello

👋 Hey, I'm Dhanush

🚀 Full-Stack Developer | Tech Enthusiast | Open Source Contributor

🧐 About Me

💻 Passionate about crafting complete web applications—from pixel-perfect front-end designs to robust back-end logic. I love building seamless user experiences while ensuring smooth server-side operations.

⚡ Key Focus Areas:

  • 🔹 Writing clean, scalable, and efficient code ✨
  • 🔹 Optimizing performance & functionality ⚙️
  • 🔹 Solving complex problems with creative solutions 🧩
  • 🔹 Delivering end-to-end, user-friendly solutions 🚀

Let's build something amazing together! 💡

Technologies

Frontend

Frontend

Backend

Backend

Devops

Devops

Database

Database

Cloud

Cloud

Version Control

Version Control

Softwares

Softwares

Operating Systen

OS

Stats

Profile View Counter YouTube wakatime

Social

Discord‎‎ ‎ GitHub‎ ‎ Instagram‎ ‎ Linkedin‎ ‎ Twitter‎ ‎

Pinned Loading

  1. DavidHDev/react-bits DavidHDev/react-bits Public

    An open source collection of animated, interactive & fully customizable React components for building stunning, memorable user interfaces.

    JavaScript 5k 174

  2. A React JSX device theme selector fu... A React JSX device theme selector function that updates itself upon device theme update. Updates Realtime.
    1
    const useThemeDetector = () => {
    2
      const getCurrentTheme = () => {
    3
        if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
    4
          return "dark";
    5
        }
  3. tailwind-vite tailwind-vite Public

    A vite package preconfigured with tailwindcss, with added option for SCSS

    JavaScript

  4. task-tracker task-tracker Public

    A simple and efficient Todo App built with Next.js, Tailwind CSS, Shadcn UI, and Headless UI.

    TypeScript