Beta Kids Tech Website A fun, clean, and professional website for Beta Kids Tech - a GenTech initiative focused on nurturing kids through technology education. Features Kid-friendly design with bright colors and fun animations Course categories with clickable tiles leading to level pages WhatsApp integration for enrollment and support Responsive design that works on all devices Animated hero section with engaging background Persistent WhatsApp chat icon Course Offerings Available Courses: Graphic Design (2 months per level) Web Design (3 months per level) 2D & 3D Animation (2 months per level) AI Essentials (2 months per level) Computer Science (3 months per level) Course Levels: Beginner: Fun basics with projects Intermediate: Hands-on tool use & design tasks Advanced: Real-world project building & personal brand development Schedule & Pricing: Weekly: 2–3 days Daily: 1hr 30min – 3hrs Fee: ₦50,000/month per course Contact Information WhatsApp: +234 813 305 3468 Email: betakidstech@gmail.com Project Structure ├── backend/ │ └── index.ts # Main Hono server ├── frontend/ │ ├── index.html # Main HTML template │ ├── index.tsx # React app entry point │ ├── components/ │ │ ├── App.tsx # Main app component │ │ ├── Hero.tsx # Hero section with animation │ │ ├── About.tsx # About section │ │ ├── Courses.tsx # Course tiles │ │ ├── Levels.tsx # Course levels info │ │ ├── Enroll.tsx # Enrollment section │ │ ├── Footer.tsx # Footer component │ │ └── WhatsAppFloat.tsx # Floating WhatsApp button │ └── style.css # Custom styles └── shared/ └── types.ts # Shared TypeScript types
Development The website is built with: Backend: Hono (TypeScript) Frontend: React with TypeScript Styling: TailwindCSS Animations: CSS animations and transitions