TEACHING AND LEARNING MATERIALS
# History Learning Hub Tanzania š¹šæ
A modern, production-ready web application for browsing, searching, and downloading History teaching and learning materials aligned with the Tanzanian Form I-VI curriculum.
## Features
⨠**For Students & Teachers**
- Browse and search history materials without login
- Download PDF, DOCX, PPTX, and other formats
- Preview materials directly in browser
- Bookmark favorite resources
- Mobile-friendly responsive design
- Fast loading with optimized images
š **Tanzanian Curriculum Aligned**
- Form I-VI history topics
- Ancient History, Medieval History, Modern History
- African History, Tanzanian History
- Colonial Period, Independence Movements
- World Wars, Cold War
š **Administrator Dashboard**
- Secure upload system (admin only)
- Edit and delete materials
- View analytics and statistics
- Manage categories and users
- Download tracking
ā” **Performance & Security**
- Lighthouse Score 95+
- SEO optimized
- Role-based access control
- Secure authentication
- Protected file uploads (100MB max, virus scanned)
- HTTPS, CSRF, XSS, SQL injection protection
## Technology Stack
### Frontend
- **Next.js 15+** - React framework
- **TypeScript** - Type safety
- **Tailwind CSS** - Styling
- **Framer Motion** - Animations
- **React Query** - Data fetching
### Backend
- **Supabase** - BaaS platform
- **PostgreSQL** - Database
- **Supabase Auth** - Authentication
- **Supabase Storage** - File storage
### Deployment
- **Netlify** or **Vercel** - Hosting
- **CDN** - Global content delivery
## Project Structure
```
history-learning-hub-tanzania/
āāā public/
ā āāā images/
ā āāā icons/
ā āāā favicon.ico
ā āāā robots.txt
ā āāā sitemap.xml
āāā src/
ā āāā app/
ā ā āāā layout.tsx
ā ā āāā page.tsx
ā ā āāā globals.css
ā ā āāā (auth)/
ā ā āāā (dashboard)/
ā ā āāā (public)/
ā ā āāā api/
ā āāā components/
ā āāā lib/
ā āāā types/
ā āāā hooks/
ā āāā utils/
ā āāā middleware.ts
ā āāā styles/
ā āāā c ā¦