Tech With Bee Mun is a front-end educational website that helps people in Zimbabwe learn practical tech skills. It features simple tutorials on web design, basic networking, Starlink setup, graphic design, and internet troubleshooting.
# π QUICK START GUIDE - Your Website Files
## π YOUR PROJECT STRUCTURE
```
Tech With Bee Mun/
βββ index.html (π HOMEPAGE - Main page)
βββ admin.html (π NEW - Admin Dashboard)
βββ router.html (π Course #1)
βββ networking.html (π Course #2)
βββ webdesign.html (π Course #3)
βββ canva.html (π Course #4)
βββ troubleshooting.html (π Course #5)
βββ style.css (π¨ Styling - All colors & design)
βββ script.js (βοΈ JavaScript - All functionality)
βββ FEATURES_GUIDE.md (π This detailed guide)
βββ README.md (This file - Quick Overview)
```
---
## π― WHAT YOU HAVE NOW
A complete **fully-functional website** with:
### π **Homepage** (index.html)
- Hero section with background image
- Course cards (5 courses)
- About section
- FAQ section
- **NEW:** Announcements section
- **NEW:** Testimonials submission form
- **NEW:** WhatsApp chat button
- Contact form
- Newsletter signup
- Footer with links
### π **5 Complete Courses** (course HTML files)
Each course includes:
- Course introduction
- 10+ lessons in expandable sections
- Quiz with instant feedback
- Certificate generation
- Progress tracking
### π **Admin Dashboard** (admin.html) - NEW!
- Password-protected access
- 4 data management tabs:
- Messages (from contact form)
- Subscribers (newsletter emails)
- Testimonials (student reviews)
- Analytics (course completions)
- Export to CSV
- Delete unwanted entries
### βοΈ **Backend Logic** (script.js)
- Form handling & validation
- Course progress tracking
- Dark mode toggle
- Search functionality
- **NEW:** Announcements system
- **NEW:** Testimonials capture
### π¨ **Professional Styling** (style.css)
- Responsive design (works on mobile, tablet, desktop)
- Dark mode support
- Modern color scheme
- Hover effects and animations
- **NEW:** Testimonial form sty β¦