FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
ayushguptakr144
ayushguptakr144untitled-2401
Public
Like
untitled-2401
Home
Code
4
backend
3
frontend
2
shared
2
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
5/18/2025
Viewing readonly version of main branch: v12
View latest version
README.md

MediCrowd - Medical Emergency Crowdfunding Platform

A platform that helps people raise funds for medical emergencies, similar to Ketto.

Problem Solved

High medical costs burden families during emergencies. MediCrowd provides a transparent and efficient way to raise funds from the community.

Features

  • Campaign Creation with Verification: Create fundraising campaigns with medical documentation verification
  • Donation Tracking: Real-time tracking of donations and progress toward goals
  • Social Sharing: Easy sharing on WhatsApp and other platforms
  • UPI/PayTM Integration: Seamless payment processing
  • Transparency Reports: Regular updates and expense tracking for donors

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Schema definitions
│   │   └── queries.ts       # DB query functions
│   ├── routes/              # Route modules
│   │   ├── auth.ts          # Authentication routes
│   │   ├── campaigns.ts     # Campaign management
│   │   ├── donations.ts     # Donation processing
│   │   └── verification.ts  # Verification system
│   └── index.ts             # Main entry point
├── frontend/
│   ├── components/
│   │   ├── App.tsx
│   │   ├── CampaignCard.tsx
│   │   ├── CampaignForm.tsx
│   │   ├── DonationForm.tsx
│   │   └── Header.tsx
│   ├── pages/
│   │   ├── Home.tsx
│   │   ├── CampaignDetail.tsx
│   │   ├── CreateCampaign.tsx
│   │   └── Dashboard.tsx
│   ├── index.html
│   └── index.tsx
└── shared/
    ├── types.ts             # Shared type definitions
    └── utils.ts             # Shared utility functions

Tech Stack

  • Backend: Hono.js (API framework)
  • Database: SQLite
  • Frontend: React with TailwindCSS
  • Authentication: JWT-based auth
  • Payment: UPI/PayTM integration

Getting Started

Visit the live demo at: MediCrowd Demo

Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.