Skip to content
View Squizyiinxx's full-sized avatar
:shipit:
web developer and fullstack developer
:shipit:
web developer and fullstack developer

Block or report Squizyiinxx

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.

Content in all repositories owned by your account will be closed.
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
Squizyiinxx/README.md

Typing SVG

divider

Profile views


πŸ‘‹ About Me

A Modern Fullstack Web Developer with a keen eye for design and a passion for building scalable, elegant, and seamless digital experiences. I specialize in bringing ideas to life, from crafting pixel-perfect, interactive frontends to engineering robust, high-performance backends.

  • 🌍 Location: Based remotely, actively seeking freelance & full-time opportunities.
  • πŸš€ Expertise: Deeply proficient in React, Next.js, TypeScript, Node.js, and Tailwind CSS.
  • πŸ’‘ Philosophy: A perpetual learner, always exploring new technologies to deliver innovative solutions.

πŸ› οΈ My Toolbox

My Tech Stack

A list of my favorite tools and technologies that I use on a daily basis.

React Next.js Vue.js TypeScript JavaScript

HTML5 CSS3 Tailwind CSS Material UI Framer Motion

Node.js Express.js PHP Laravel Supabase Firebase

PostgreSQL MongoDB MySQL

REST API Inertia.js Docker Git GitHub AWS Vercel


✨ Featured Projects

A responsive web landing page and CMS built for AMIK SSR, demonstrating modern UI/UX principles and robust content management features.

View Code GitHub Stars GitHub Forks

Next.js React Supabase Vercel Tailwind CSS


A fullstack project management application to streamline team collaboration, task tracking, and project oversight with a clean interface.

View Code GitHub Stars GitHub Forks

Tailwind CSS PHP Vue.js Inertia.js Laravel MySQL


My personal portfolio website, showcasing my projects, skills, and design philosophy through a modern, interactive user experience.

View Code Live Demo GitHub Stars GitHub Forks

Next.js TypeScript Tailwind CSS Framer Motion Vercel


πŸ“ˆ My Development Rhythm

GitHub Streak


πŸ’¬ Let's Connect

I'm enthusiastic about new opportunities. Feel free to reach out for freelance work, remote positions, or any collaborative ventures!


🚧 Currently Learning & Future Goals

  • Mastering advanced Next.js features and serverless architectures for highly scalable applications.
  • Exploring GraphQL and microservices for building robust, distributed systems.
  • Deepening expertise in building accessible and performant UIs with React and Tailwind CSS.
  • Actively seeking impactful open-source projects to contribute to and grow within the developer community.

πŸ“ Signature Code Snippet

// A sleek and reusable Button component with Tailwind CSS
const Button = ({ children, className = '', ...props }) => (
  <button
    className={`px-6 py-3 rounded-lg font-semibold text-lg
                bg-gradient-to-r from-cyan-400 to-blue-700 text-white
                shadow-lg hover:shadow-xl hover:scale-105 transition-all duration-300 ease-in-out
                ${className}`}
    {...props}
  >
    {children}
  </button>
);

Pinned Loading

  1. anime-website anime-website Public

    This website is created for fun only, not for business or commerce, If you want to use this website for learning or reference, you can download or clone it, You are free to search for the anime you…

    TypeScript 2 2

  2. web-amik web-amik Public

    Website Amik target performance

    TypeScript

  3. ProManage ProManage Public

    Management Project Modern.

    Vue