Clean Rwanda is a web application designed to help Rwandan communities manage waste more effectively. The platform allows users to: - Report waste issues in their local areas - View community updates and activities - Learn about proper waste management practices - Connect with others through social media integration
# Clean Rwanda
A community-focused waste management web platform for Rwanda that enables waste reporting and social media integration.
## Project Overview
Clean Rwanda is a web application designed to help Rwandan communities manage waste more effectively. The platform allows users to:
- Report waste issues in their local areas
- View community updates and activities
- Learn about proper waste management practices
- Connect with others through social media integration
## Features
- **Waste Reporting System**: Users can report waste issues, providing details like location, type, severity, and photos.
- **Community Updates**: Information about local cleanup events, success stories, and waste management initiatives.
- **Educational Content**: Resources and information about proper waste disposal and environmental conservation.
- **Social Media Integration**: Connect with social media platforms to share updates and engage with the community.
- **Responsive Design**: Works on desktop and mobile devices for accessibility anywhere.
## Technology Stack
- HTML5
- CSS3 (with Bootstrap 5 framework)
- JavaScript (Vanilla JS)
- Local Storage for data persistence
## Project Structure
```
clean-rwanda/
├── index.html # Home page
├── report_waste.html # Waste reporting form
├── community_updates.html # Community news and updates
├── how_it_works.html # Educational information
├── contact.html # Contact form and information
├── success.html # Success confirmation page
├── error.html # Error handling page
├── static/
│ ├── css/
│ │ └── style.css # Custom styles
│ └── js/
│ ├── script.js # Main JavaScript
│ ├── data.js # Data handling functions
│ └── social_media.js # Social media integration
└── README.md # This file
```
## Setup and Usage
1. Clone the repository or download the files
2. Open index.html in your web browser
3. Navigate through the site using the me …