Logo Lanfrica

PraiseTechzw/climate-space-zimbabwe-web

Domain:

agricultureclimate

Record type:

software
Creator:
Pra
Host:
An AI-powered climate resilience platform empowering Zimbabwean farmers and youth through localized agricultural intelligence and creative advocacy. # Climate Space Zimbabwe ### *Climate Action meets Intelligence* Product Catalog β€’ Development Setup β€’ Architecture --- ## 🌍 The Mission **Climate Space Zimbabwe** is a youth-led movement fusing **Artificial Intelligence** with **Creative Arts** to build climate resilience in Zimbabwe. We transform complex environmental data into actionable insights for farmers and compelling narratives for the public. ## πŸ’‘ Core Pillars (Hurudzai AI) Our platform serves as an ecosystem for climate intelligence: * **🌾 Smart Agriculture**: The *Agri-Search Engine* provides localized planting advice and pest identification tuned for Zimbabwe's agro-ecological zones. * **🎨 Creative Advocacy**: Our *Creative Space* uses digital art and storytelling to drive environmental awareness and community action. * **πŸ“š Knowledge Democracy**: A centralized *Climate Library* providing students and researchers with accessible environmental reports. ## πŸ› οΈ Tech Stack Built for performance and accessibility on local networks: - **Framework**: Next.js 14 (App Router) - **Styling**: Tailwind CSS with a custom design system - **Icons**: Lucide React - **Components**: Custom-built using Radix UI primitives for accessibility - **Fonts**: Inter (UI) & Plus Jakarta Sans (Headings) ## πŸ“ Architecture Overview ```text β”œβ”€β”€ docs/ # Detailed strategy, branding, and technical specs β”œβ”€β”€ public/ # Optimized brand assets and 3D icons β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ app/ # Pages, layouts, and global styles β”‚ β”œβ”€β”€ components/ # UI library and feature-specific components β”‚ └── lib/ # Shared logic and utility functions └── tailwind.config.ts # Design system tokens (Green, Gold, Cyan palette) ``` ## 🚦 Quick Start ### 1. Prerequisite Ensure you have **Node.js 18+** and **npm/pnpm** installed. ### 2. Installation ```bash git clone github.com cd climate-space-zimbabwe-web npm install ``` ### 3. Running Locally …