Rejuvyn is a user-centered web-app for people with chronic/autoimmune disease. Initially created specifically for my parents ❤️
-
Landing page: Features authentication capability (sensitive health data needs to be safely stored), terms of service, feedback form.
-
Personal Health Dashboard: Provide patients with a personalized dashboard that displays their health metrics, medication schedules, appointments, and other relevant information, SOS alert button
-
Daily Health Check: Allow users to track their symptoms, pain levels, and other relevant health indicators over time, physical activity, diet. This data can be useful for both patients and healthcare providers to monitor progress and make informed decisions.
-
Medication Management: Implement a feature for medication reminders, dosages. Enable users to set up alerts for taking their medications on time.
Heat map/calendar for dosage taking consistency dosage instruction, pharmacist/doctor contact info, refill reminders.
- Appointment Management: Include a calendar or appointment tracking system for managing doctor visits, tests, and therapy sessions. Send reminders for upcoming appointments. Reminder to bring requisition form, tracking when results come out/notifications, link to BC’s health portal, hospital contact, search walk-in clinic (might need to call api)
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.
