A web application designed to streamline informal waste management in Nigeria. This platform allows users (households and businesses) to easily schedule waste pickups with local collectors, view transparent pricing, and potentially participate in future waste tracking and recycling programs. Aims to improve efficiency and promote cleaner community
# Clean Nigeria Pickup Now
A modern waste management platform connecting Nigerians with local waste collectors for a cleaner environment.
## Project Overview
Clean Nigeria Pickup Now is a web application designed to address Nigeria's waste management challenges by:
- Connecting residents with verified waste collectors in their area
- Providing an easy-to-use scheduling system for waste pickups
- Offering an interactive map to locate nearby waste management services
- Educating communities about proper waste disposal and recycling practices
## Features
- **Schedule Pickup**: Easily schedule waste collection services
- **Find Nearby Collectors**: Interactive map showing waste collectors near your location
- **Nigerian-focused**: Designed specifically for Nigerian communities with local context
- **Mobile Responsive**: Works seamlessly on all devices
## Getting Started
### Prerequisites
- Node.js (v16 or higher)
- npm or yarn package manager
### Installation
1. Clone the repository
```sh
git clone
github.com
```
2. Navigate to the project directory
```sh
cd clean-nigeria-pickup-now
```
3. Install dependencies
```sh
npm install
# or
yarn install
```
4. Start the development server
```sh
npm run dev
# or
yarn dev
```
5. Open your browser and visit `
localhost`
### Project Structure
```
clean-nigeria-pickup-now/
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Page components
│ ├── lib/ # Utility functions and hooks
│ ├── styles/ # Global styles
│ ├── App.tsx # Main application component
│ └── main.tsx # Application entry point
└── README.md # Project documentation
```
## Technologies Used
This project is built with:
- **Vite**: For fast development and optimized production builds
- **TypeScrip …