# 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:**
`` …