Inspiration

The idea came from a simple question: “How does a patient know if the prescribed medicine is actually safe for their unique condition?”

Seeing people around me confused about their prescriptions, afraid of side effects, or unaware of better alternatives sparked this project. I wanted to create something accessible and intelligent — a tool that anyone could use to double-check medicines and even talk to an AI health assistant if needed.

What it does

CheckMeds. is a smart healthcare assistant platform designed to help users understand the medications they are prescribed and make informed health decisions. The inspiration came from real-world scenarios where patients suffer adverse effects due to unknowingly taking medicines that might not suit their health conditions, body type, or medical history.

Whether someone is dealing with a chronic illness, recovering from an infection, or managing multiple medications — CheckMeds empowers them to check medicine information, get AI-driven suggestions, and manage their health data through a personal dashboard.

How we built it

As a frontend developer, I used modern tools to build a fast, clean, and user-friendly interface. Here's how the stack and flow look:

Tech Stack: • React.js for building the user interface •Tailwind CSS for styling •Data is currently stored in JavaScript files using arrays of objects like:

{ name: "Johns Hopkins Hospital", location: "Baltimore, MD", specialties: ["Neurology", "Psychiatry", "Rheumatology", "Endocrinology"], rating: 4.9, type: "Academic Medical Center" }

_ These JS files act as a temporary database until a backend is implemented. _

Design Help: Used Bolt AI to speed up layout generation.

Core Features:

 • Search medicines by name and view details
 • Account creation and health detail storage (age, sex, blood group, current medications, etc.)
 • Personalized health dashboard
 • AI-based suggestions (hospital, doctor, medication)
 • AI chat support for health-related queries

Challenges we ran into

 • Managing and presenting accurate medical information
 • Creating a trustworthy experience in a sensitive domain like healthcare
 • Designing features with future backend needs in mind
 • Balancing frontend capabilities with growing needs for backend performance

Accomplishments that we're proud of

• Built a full healthcare platform as a solo frontend developer using React.js and Tailwind CSS — from 
   design to functionality.
• Integrated AI features for medicine recommendations, hospital suggestions, and real-time AI chat 
    support to assist users interactively.
• Created a clean and user-friendly UI that allows patients to search for medications, store health 
    data, and view personalized dashboards. 
• Used modular JavaScript data files to simulate a real database, allowing dynamic rendering of 
   medicine and hospital information without a backend.
• Laid the foundation for a scalable startup with clear plans for backend integration, advanced AI 
   upgrades, telemedicine, and medicine ordering.
• Successfully combined AI tools (like Bolt AI) with manual development to build a functional MVP 
   faster, without compromising on quality.
• Focused on real-world utility by solving an actual problem: helping users make informed decisions 
   about the medicines they consume.
• Designed the app to be extensible, making it easy to add new features like authentication, real-time  
   health insights, and more data entries in the future.

What we learned

 • Improved my frontend development skills using React + Tailwind
 • Learned how to structure and store dynamic data using modular JS files
 • Gained insight into building functional UIs for real-world health platforms
 • Understood the roadmap from MVP to startup scalability

What's next for CheckMeds - Your Trusted Medicine Information Platform

Currently, CheckMeds includes details of 35+ real medicines, but this is just the beginning. I’m planning to:

• Convert this into a fully-fledged health tech startup • Replace the static data with a proper backend for real-time access and better performance • Expand the medicine database • Enhance the AI engine to provide even smarter health suggestions • Add medicine ordering functionality • Enable telemedicine features so patients can connect with doctors from home • Make the app scalable and production-ready

Final Thought

CheckMeds is more than just a prototype — it's a growing vision. With plans to scale up the data, improve AI logic, and introduce features like medicine ordering and doctor consultations, this project aims to become a trusted digital healthcare platform for users everywhere.

Built With

Share this project:

Updates