Skip to content

vallabhatech/CareSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

47 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

πŸ₯ CareSync

License: MIT PRs Welcome React Vercel

Accessible healthcare made simple. A smart, modular web application for medicine tracking, symptom checking, and clinic discovery.


🌐 Live Demo

πŸ‘‰ https://care-sync-iota.vercel.app/


πŸ“– About

CareSync empowers individuals to take control of their health management. Built to be accessible and intuitive, it solves the problem of scattered healthcare information by centralizing medicine reminders, symptom analysis, and local medical resource discovery into one cohesive platform.

Whether you are managing a chronic condition or just need a quick check-up on symptoms, CareSync acts as your personal health companion.


✨ Key Features

πŸ’Š Medicine Tracker

  • Add and manage daily prescriptions
  • Set custom reminders so you never miss a dose

πŸ” AI-Powered Symptom Checker

  • Input symptoms to receive possible conditions
  • Basic risk assessment and suggested treatments

πŸ₯ Clinic Locator

  • Find nearby hospitals and clinics using geolocation
  • Interactive map integration using OpenStreetMap

πŸ“± Responsive Design

  • Optimized for mobile, tablet, and desktop
  • Built using Material UI and Bootstrap

οΏ½ Looking for Something to Contribute?

Whether you're a first-time contributor or an experienced developer, there are many ways to contribute to CareSync.

Start Here

  • Check the open Issues for bugs, enhancements, and feature requests.
  • Read the FUTURE_ROADMAP.md file to explore planned features.
  • Review CONTRIBUTING.md for contribution guidelines.
  • Look for issues labeled:
    • good first issue
    • enhancement
    • bug
    • documentation

Have an Idea?

If you would like to work on a new feature that is not currently listed, open a discussion or create a feature request issue before starting development.

We welcome contributions of all sizes, including:

  • Bug fixes
  • UI/UX improvements
  • Documentation updates
  • Performance optimizations
  • New features

οΏ½πŸ› οΈ Tech Stack

Frontend

  • React 18 – Component-based UI
  • Material UI (MUI) – Modern, accessible UI components
  • Bootstrap – Grid system and layout utilities

APIs & Services

  • OpenStreetMap (Nominatim) – Geocoding and location services
  • Vercel – Deployment and hosting

πŸš€ Getting Started

Follow these instructions to set up the project locally.

Prerequisites

  • Node.js v16 or higher
  • npm v8 or higher

Installation

  1. Clone the repository
git clone https://github.com/vallabhatech/CareSync.git
cd CareSync
  1. Install dependencies
npm install
  1. Configure environment variables

Copy the example environment file and adjust the values as needed:

cp .env.example .env

CareSync is a Create React App project, so all environment variables must be prefixed with REACT_APP_ to be exposed to the browser, are embedded at build time (you must restart npm start after changing them), and are read via process.env.REACT_APP_*. See the Environment Variables reference below for what each one does.

  1. Start the development server
npm start

The app will open automatically at: πŸ‘‰ http://localhost:3000


πŸ”‘ Environment Variables

CareSync reads configuration from a .env file at the project root. Start by copying the template:

cp .env.example .env

Because this is a Create React App project, every variable must begin with REACT_APP_. Variables are inlined into the build at compile time, so after editing .env you must stop and restart the dev server (npm start) for changes to take effect. Never commit your real .env file β€” only .env.example (with empty or placeholder values) belongs in version control.

Variable Required Default Description
REACT_APP_MAP_API_KEY No (empty) API key for a maps provider (e.g. Google Maps), reserved for future paid map integrations. The current Clinic Locator uses the free OpenStreetMap/Nominatim API and does not require this key, so it can be left blank for local development.
REACT_APP_API_BASE_URL No http://localhost:5000 Base URL of the backend API, used as a prefix for backend requests if/when a backend is integrated. CareSync is currently a frontend-only app, so this is a forward-looking placeholder.
REACT_APP_ENABLE_ANALYTICS No false Feature flag to toggle analytics. Set to true to enable analytics-related behavior; left false by default for local development and privacy.

Note: All three variables are currently optional β€” CareSync runs locally with an unmodified .env (or no .env at all). They exist to document the configuration surface and to support planned backend, paid-maps, and analytics integrations.


⚑ Quick Deploy

Deploy your own instance instantly using Vercel:

Deploy with Vercel


πŸ—ΊοΈ Roadmap

  • User authentication (Login / Signup)
  • Backend integration for persistent user data
  • Push notifications for medicine reminders
  • Telemedicine appointment booking
  • Multi-language support

🀝 Contributing

Contributions are what make the open-source community grow and thrive. Any contribution you make is greatly appreciated.

Steps to Contribute

  1. Fork the project
  2. Create your feature branch
git checkout -b feature/AmazingFeature
  1. Commit your changes
git commit -m "Add AmazingFeature"
  1. Push to the branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

πŸ‘₯ Team


πŸ“„ License

Distributed under the MIT License. See the LICENSE file for more information.


⭐ If you like this project, don’t forget to star the repo!

About

A smart, modular web app for medicine tracking, symptom checking, and clinic discovery, making healthcare simple and accessible.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages