Online market for connect famers and consumers across fours cities in Malawi
# Mchikumbe
Mchikumbe is a simple online market showcase for Malawi farmers and buyers. It presents commodity listings, farmer directories, booking actions, and an admin dashboard in a polished single-page experience.
## Features
- Responsive market catalog
- Farmer directory by city
- Booking flow for buyers
- Admin login and moderation controls
- Local storage persistence in the browser
## Run locally
Open the project folder in a browser, or start a local server:
```bash
python -m http.server 8000
```
Then visit
localhost.
## Publish on GitHub Pages
This project is ready for GitHub Pages. The repository includes a GitHub Actions workflow that publishes the site automatically from the main branch.
1. Push the project to GitHub.
2. Open the repository settings.
3. Go to Pages.
4. Choose GitHub Actions as the source.
5. Wait for the workflow to finish and open the generated URL.