A modern, responsive website for George College of Management And Science featuring academic programs, admissions information, and campus resources.
├── backend/
│ └── index.ts # Main Hono server
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main React application
│ │ ├── Header.tsx # Navigation header
│ │ ├── Hero.tsx # Hero section
│ │ ├── Programs.tsx # Academic programs
│ │ ├── About.tsx # About section
│ │ ├── Admissions.tsx # Admissions information
│ │ ├── Campus.tsx # Campus life
│ │ └── Footer.tsx # Footer component
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend entry point
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types
The website is served through a Hono backend that handles static file serving and provides a clean, professional interface for prospective students and current students alike.