- An eco-adventure where learning leads to awareness and impact.
- Explore. Quiz. Track. Change the world — one mission at a time.
- PlanetQuest makes environmental education fun, interactive, and meaningful.
PlanetQuest is an interactive web application built to promote eco-awareness through simple, engaging experiences.
It focuses on making environmental learning accessible and action-driven by combining:
- structured topic exploration
- quick quizzes for reinforcement
- small, practical eco-actions
The goal is to encourage consistent, informed actions by showing that even small steps can contribute to meaningful environmental impact.
PlanetQuest focuses on delivering a simple and engaging learning experience:
- 🌱 Interactive Learning: Explore environmental topics through structured, easy-to-understand content
- 📝 Quizzes: Test your knowledge with quick, interactive questions
- 📊 Bite-Sized Insights: Learn through short facts without long reading
- 🎯 Eco Challenges: Take small actions that connect learning to real impact
- 🎨 Clean Interface: Minimal design for a calm and distraction-free experience
---
PlanetQuest/
│
├── index.html # homepage
├── EnvironmentPages/ # Environmental topics pages
├── style.css # stylesheet
├── script.js # interactivity/logic
├── assets/ # icons/images used
└── README.md
Getting started with PlanetQuest is simple:
git clone https://github.com/YOUR_USERNAME/PlanetQuest.git
cd PlanetQuestJust open index.html in your browser.
🔗 Live Demo: https://planetquest.netlify.app/
We welcome contributions to improve PlanetQuest and make environmental learning more interactive and impactful.
Before getting started, please read our contribution guidelines: 👉 CONTRIBUTING.md
- Fork the repository
- Create a new branch
git checkout -b feature/your-feature-name
- Make your changes
- Commit and push
- Open a Pull Request