👉 People can give money to the projects, groups, or individuals they want to help — instantly through M-Pesa.
https://tech-donations.vercel.app/ ↗// readme
🚀Tech Charity Platform
A modern web platform built with Next.js that enables charitable donations through M-Pesa integration, featuring a responsive dashboard for tracking donations and impact metrics.
✅Table of Contents
- Overview
- Features
- System Architecture
- Getting Started
- Environment Setup
- API Documentation
- Database Schema
- M-Pesa Integration
- Contributing
🙌Overview
Tech Charity is a platform designed to bridge the digital divide by facilitating technology education and resources for underserved communities. The platform enables seamless donations through M-Pesa integration and provides real-time tracking of impact metrics.
---
title: System Overview
---
graph TB
Donor((Donor))
Admin((Admin))
subgraph Tech_Charity_Platform[" Tech Charity Platform "]
Frontend[Frontend<br/>Next.js]
Backend[Backend<br/>Next.js API]
DB[(MongoDB)]
MPesa[M-Pesa API]
end
Donor -->|Makes donation| Frontend…