Logo Lanfrica

diheleontlametse-cloud/edupulsa

Domain:

education

Record type:

software
Creator:
dih
Host:
South African education management platform for teachers # EduPlan SA > South African Education Management Platform β€” Built for teachers, by teachers. ## πŸŽ“ What is EduPlan SA? EduPlan SA is a free, all-in-one web application designed specifically for **South African educators**. It helps teachers manage every aspect of their classroom life, from lesson planning to attendance tracking, all aligned with the **CAPS curriculum**. --- ## ✨ Features | Feature | Description | |---------|-------------| | **πŸ€– AI Lesson Plans** | Generate complete CAPS-aligned lesson plans in seconds. Just enter grade, subject, and topic | | **πŸ“Š Marks & Reports** | Record CASS tasks, exams, PAT projects. Calculate averages and export CSV reports | | **πŸ“… Attendance** | One-click daily attendance. Present, Absent, or Late. Save by class and date | | **πŸ‘¨β€πŸŽ“ Student Management** | Full student rosters with filtering, search, and class assignment | | **πŸ“š Study Guides** | Generate CAPS-aligned study guides for exam prep with DBE references | | **⭐ Student Rewards** | Give digital badges for Academic Excellence, Perfect Attendance, Leadership, etc. | | **πŸ“‹ Class Schedule** | Weekly timetable with SA subjects, grades, and time slots | | **πŸ’¬ Educator Chat** | Connect with fellow teachers by grade and subject | | **πŸ” Secure Login** | JWT-based authentication with protected routes | --- ## πŸ—οΈ Architecture ``` edupulsa/ β”œβ”€β”€ landing/ # Marketing website (this is what users see first) β”‚ └── index.html # Beautiful landing page with features & CTA β”œβ”€β”€ frontend/ # React SPA (the app itself) β”‚ β”œβ”€β”€ src/ β”‚ β”‚ β”œβ”€β”€ pages/ # Dashboard, Classes, Marks, etc. β”‚ β”‚ β”œβ”€β”€ components/ # Sidebar, Modal, Layout β”‚ β”‚ β”œβ”€β”€ hooks/ # Data fetching hooks β”‚ β”‚ β”œβ”€β”€ lib/ # SA constants (subjects, grades, provinces) β”‚ β”‚ └── context/ # Auth context β”‚ └── dist/ # Production build β”œβ”€β”€ backend/ # Express API server β”‚ β”œβ”€β”€ server.js # Entry point β”‚ β”œβ”€β”€ auth.js …