# Kenya Crop Price Tracker
A web-based application to track real-time crop prices across various markets in Kenya.
## Features
- Real-time price tracking for maize, beans, potatoes, and more.
- Historical price trend analysis.
- PWA support for offline access.
- Custom price alerts via email/SMS.
## Tech Stack
- **Framework:** Next.js 15 (App Router)
- **Styling:** Tailwind CSS
- **Database:** Supabase (PostgreSQL)
- **Deployment:** Vercel
## Getting Started
1. Clone the repository.
2. Install dependencies: `npm install`
3. Set up environment variables (`.env.local`).
4. Run the development server: `npm run dev`