Logo Lanfrica

rudaryo/Free-Learnig-Activities-Mauritius

Domain:

education
Creator:
rud
Host:
# Learning For Fun - Interactive Educational Platform ## πŸŽ“ Overview Welcome to the **Learning For Fun** interactive educational platform developed by Ramsamy Rudaryo. This platform provides engaging, interactive learning activities for children (6-11). ## πŸ“š Current Content ### Grade 1 - **Mathematics** βœ… (22+ activities available) - Numbers (counting, recognition, writing, ordering, addition) - Shapes (identification, learning) - Coming soon: Colours, Length, Time, Measure ### Grade 5 - **History & Geography** βœ… (15 topics, 1 activity available) - Geography: Volcanoes, Relief Features, Environment, Temperature, Rainfall - History: Indian Ocean, Mascarene Islands, Dutch Settlement, French Period, British Colony ### Other Grades - Grades 2, 3, 4, and 6 content is currently under development ## πŸ—‚οΈ Repository Structure ``` learning-for-fun/ β”œβ”€β”€ index.html # Main landing page (all grades) β”‚ β”œβ”€β”€ Grade-1/ β”‚ β”œβ”€β”€ grade-1-index.html # Grade 1 subject selector β”‚ └── Mathematics/ β”‚ β”œβ”€β”€ grade-1-math-index.html # Math topics menu β”‚ β”œβ”€β”€ assets/ # Math resources (for future use) β”‚ β”‚ β”œβ”€β”€ images/ β”‚ β”‚ β”œβ”€β”€ audio/ β”‚ β”‚ └── css/ β”‚ β”œβ”€β”€ Numbers/ # Number activities folder β”‚ └── Shapes/ # Shape activities folder β”‚ β”œβ”€β”€ Grade-2/ through Grade-4/ # Placeholders (coming soon) β”‚ β”œβ”€β”€ Grade-5/ β”‚ β”œβ”€β”€ grade-5-index.html # Grade 5 subject selector β”‚ └── History-Geography/ β”‚ β”œβ”€β”€ grade-5-his-geo-index.html # His-Geo topics menu β”‚ β”œβ”€β”€ assets/ # His-Geo resources β”‚ β”‚ └── images/ β”‚ β”‚ └── volcano.png # Volcano diagram image β”‚ └── history and geography/ # Activity files β”‚ └── volcano_parts_activity.html β”‚ └── Grade-6/ # Placeholder (coming soon) ``` ## πŸš€ Getting Started ### For Developers 1. **Clone the repository:** `` …