Personal Portfolio Website

A beautiful, modern personal portfolio website built with React and TailwindCSS.

Features

  • šŸŽØ Modern, responsive design
  • 🌟 Smooth animations and transitions
  • šŸ“± Mobile-first approach
  • šŸŽÆ Clean, professional layout
  • ⚔ Fast loading and optimized

Structure

ā”œā”€ā”€ backend/
│   └── index.ts          # Hono server for serving static files
ā”œā”€ā”€ frontend/
│   ā”œā”€ā”€ index.html        # Main HTML template
│   ā”œā”€ā”€ index.tsx         # React app entry point
│   ā”œā”€ā”€ components/
│   │   └── App.tsx       # Main portfolio component
│   └── style.css         # Custom styles
└── README.md

Customization

Edit the content in frontend/components/App.tsx to personalize:

  • Your name and title
  • About section
  • Skills and technologies
  • Projects and portfolio items
  • Contact information

Development

The website is served via Hono backend that handles static file serving and provides the main entry point.