A simple app designed to facilitate blood donation management.
Users can view donation history, check eligibility dates for next donation, and track blood donation events.
Built with modern web technologies and integrated with Supabase for backend data management.
- User registration and authentication
- View personal donation history
- Display next eligible donation date
- Role-based dashboards (e.g., donor, admin)
- Simple and intuitive UI
- React / Vite
- Supabase
- Tailwind CSS (optional)
- Clone the repository
- Install dependencies (
npm install
oryarn
) - Add your Supabase credentials in
.env
file - Run the app (
npm run dev
oryarn dev
)
Feel free to contribute or raise issues!