untitled-923
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v8View latest version
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
- Responsive design with TailwindCSS
- Modern React components
- Academic program showcase
- Admissions information
- Campus life highlights
- Contact information
- Professional college branding
- Backend: Hono (TypeScript)
- Frontend: React 18.2.0 with TypeScript
- Styling: TailwindCSS
- Platform: Val Town
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.