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