A simple and intuitive web app to track medications and manage health data.
MedTrack is a web application that helps users track their medications, schedule reminders, and view health reports in one place. The app is designed to make medication management easy and reliable, improving adherence and health outcomes.
The live demo is hosted at: https://pill-pal-omega.vercel.app/
✅ Add and manage medications
✅ Track medication history and intake logs
✅ Visual dashboards for adherence and trends
✅ Optional reminders or alerts (if implemented)
✅ Health summary reports
(Customize features once you confirm from the source code.)
MedTrack allows users to:
- Add medications with name, dose, schedule.
- Record intake events whenever a medication is taken.
- View dashboards that summarize medication adherence over time.
- Optional: Download or export health reports.
This project is typically built with:
- Frontend: React / Next.js (likely deployed via Vercel)
- State Management: React Context or Redux
- Styling: CSS Modules or Tailwind CSS
- Backend: API routes or serverless functions (if used)
- Database: (Optional — placeholder or third-party like Firebase / Supabase)
Update tech stack once confirmed.
Make sure you have installed:
- Node.js (v16+)
- npm or Yarn
```bash git clone https://github.com/costa-developer/pill-pal cd medtrack npm install ```
```bash npm run dev ```
Open http://localhost:3000 to view the project in your browser.
If tests are included:
```bash npm run test ```
This app is configured for deployment on Vercel:
- Push your code to GitHub/GitLab.
- Connect your repository to Vercel.
- Set environment variables if necessary.
- Deploy with one click.
(Adjust based on actual project structure.)
Contributions are welcome!
- Fork the repo
- Create a feature branch: `git checkout -b feature/foo`
- Commit your changes: `git commit -m "Add foo"`
- Push to the branch: `git push origin feature/foo`
- Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
Thanks for exploring MedTrack!
Inspired by modern medication tracking apps and health management tools.
EOF