Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayshahakeem/medtrack
Medication tracking system for caregivers to manage patients within care circles. Implemented features to manage multiple care circles and to log and monitor medication schedules, dosages, and patient adherence. Building using Node.js backend and Next.js in the frontend.
https://github.com/ayshahakeem/medtrack
nextjs radix-ui reactjs typescript
Last synced: 10 days ago
JSON representation
Medication tracking system for caregivers to manage patients within care circles. Implemented features to manage multiple care circles and to log and monitor medication schedules, dosages, and patient adherence. Building using Node.js backend and Next.js in the frontend.
- Host: GitHub
- URL: https://github.com/ayshahakeem/medtrack
- Owner: AyshaHakeem
- Created: 2024-05-01T16:31:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T22:07:54.000Z (5 months ago)
- Last Synced: 2024-11-15T06:42:11.034Z (2 months ago)
- Topics: nextjs, radix-ui, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 825 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Tech
Next.js, TypeScript, Radix UI
[Backend code](https://github.com/AyshaHakeem/medtrack-server)
## Overview
Medication tracking system for caregivers to manage patients within care circles. Implemented features to manage multiple care circles and to log and monitor medication schedules, dosages, and patient adherence.
## Features
- Create new carecircles
- Invite care givers
- Add patients
- Schedule medicine and dosages
- Log daily medicine intake## Screenshots
### Care circles
![Care circles](./public/Carecircles.png)
### Add care circle
![Care circles](./public/add-carecircle.png)
### Medicine Entries
![Medicine Entries](./public/active%20medicine.png)
### Daily List
![Daily List](./public/today.png)
### Care givers
![Care givers](./public/Care%20Givers.png)