A modern, responsive website for Cinetwa, an organization dedicated to promoting film culture across Africa through school-based film clubs and community engagement.
Cinetwa is about the love of film. We promote film culture across Africa by creating vibrant communities, especially through school-based film clubs.
├── backend/
│ └── index.ts # Main Hono server
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ ├── style.css # Custom styles
│ └── components/
│ ├── App.tsx # Main app component
│ ├── Hero.tsx # Hero section
│ ├── About.tsx # About Us section
│ ├── FilmClubs.tsx # Film Clubs information
│ ├── Events.tsx # Events showcase
│ ├── GetInvolved.tsx # Get Involved forms
│ └── Contact.tsx # Contact information
└── shared/
└── types.ts # Shared TypeScript types