Purple Clothing Company Website

A modern, responsive website for a clothing company specializing in exclusively purple apparel.

Project Structure

├── backend/
│   └── index.ts             # Main Hono server with API routes
├── frontend/
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # React frontend entry point
│   ├── components/
│   │   ├── App.tsx          # Main app component
│   │   ├── Header.tsx       # Navigation header
│   │   ├── Hero.tsx         # Hero section
│   │   ├── ProductGrid.tsx  # Product showcase
│   │   └── Footer.tsx       # Footer component
│   └── style.css            # Custom styles
└── shared/
    └── types.ts             # Shared TypeScript types

## Features

- Modern, responsive design with purple theme
- Product showcase grid
- Company information
- Contact section
- Mobile-friendly navigation

## Tech Stack

- Backend: Hono (TypeScript)
- Frontend: React 18.2.0 + TailwindCSS
- Styling: TailwindCSS via CDN
- Icons: Unicode symbols and emojis

## Development

The main entry point is `backend/index.ts` which serves the React frontend and handles API routes.