Skip to content

costa-developer/pill-pal

Repository files navigation

MedTrack — Medication Tracking & Health Reports

A simple and intuitive web app to track medications and manage health data.

🚀 Overview

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/

📌 Features

✅ 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.)

🧠 How It Works

MedTrack allows users to:

  1. Add medications with name, dose, schedule.
  2. Record intake events whenever a medication is taken.
  3. View dashboards that summarize medication adherence over time.
  4. Optional: Download or export health reports.

📦 Tech Stack

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.

📁 Getting Started

Prerequisites

Make sure you have installed:

  • Node.js (v16+)
  • npm or Yarn

Installation

```bash git clone https://github.com/costa-developer/pill-pal cd medtrack npm install ```

Development

```bash npm run dev ```

Open http://localhost:3000 to view the project in your browser.

🧪 Testing

If tests are included:

```bash npm run test ```

🚢 Deployment

This app is configured for deployment on Vercel:

  1. Push your code to GitHub/GitLab.
  2. Connect your repository to Vercel.
  3. Set environment variables if necessary.
  4. Deploy with one click.

(Adjust based on actual project structure.)

📝 Contributing

Contributions are welcome!

  1. Fork the repo
  2. Create a feature branch: `git checkout -b feature/foo`
  3. Commit your changes: `git commit -m "Add foo"`
  4. Push to the branch: `git push origin feature/foo`
  5. Open a Pull Request

🛡 License

This project is licensed under the MIT License — see the LICENSE file for details.

🤝 Acknowledgments

Thanks for exploring MedTrack!
Inspired by modern medication tracking apps and health management tools.

EOF

About

MedTrack is a web app for tracking medications, logging intake, and viewing health reports through simple dashboards that improve adherence and health management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors