A simple, modern medical reminder web app built with React.
- 🛡️ User authentication (register/login/logout) with username, email, and password (localStorage demo only)
- 🎨 Beautiful login/register page with custom background
- 🧭 Navigation header for easy access to all sections
- 📋 Multi-section, scrollable single-page app:
- Welcome/Landing section
- Disease suggestions with recommended medicines and timings
- 💬 Health chatbot for instant medicine suggestions
- Medicine reminder form with autocomplete and quick time suggestions
- Wellness & health tips section
- 📱 Responsive, visually appealing design
- 🖼️ Medical and login backgrounds from Unsplash/Shutterstock
- 🔔 Ringtone alert and browser popup at reminder time
- React (Vite)
- HTML & CSS (custom, no frameworks)
- No backend (all data in browser localStorage)
- Install dependencies:
npm install - Start the app:
npm run dev - Open http://localhost:5173 in your browser.
Note: This project is for demo/learning purposes only. Do not use for real medical needs or sensitive data.