Hi, I'm Taz

Web developer specializing in modern JavaScript frameworks and responsive design

About Me

I'm a passionate web developer with expertise in HTML, CSS, JavaScript, TypeScript, React, and Node.js. I love creating responsive, user-friendly websites and applications that solve real-world problems.

Frontend Development

Creating responsive, interactive user interfaces using modern frameworks like React.

Backend Development

Building robust server-side applications with Node.js and other technologies.

Game Development

Creating interactive games and experiences on platforms like Roblox.

Building modern web experiences

Leveraging TypeScript and React to create responsive, user-friendly applications

Learn More
import React from 'react';
import { motion } from 'framer-motion';

export interface ButtonProps {
  variant: 'primary' | 'secondary';
  size: 'sm' | 'md' | 'lg';
  children: React.ReactNode;
  onClick?: () => void;
}

export const Button = ({
  variant = 'primary',
  size = 'md',
  children,
  onClick,
}: ButtonProps) => {
  return (
    
      {children}
    
  );
};
                

Do you want to start a project together?

I'm always open to discussing new projects, creative ideas or opportunities to be part of your vision.