├── README.md ├── aboutus.html ├── advice.html ├── health.html ├── index.html ├── login.html ├── medicine_reminder_script.js ├── medicine_reminder_styles.css ├── medine.html ├── profile.html ├── profile.js ├── qna.js ├── reports.css ├── reports.html ├── reports.js ├── routine.html ├── script.js ├── script1.js ├── signup.html ├── style1.css ├── style3.css └── styles.css /README.md: -------------------------------------------------------------------------------- 1 | # Health-remainder-app -------------------------------------------------------------------------------- /aboutus.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/aboutus.html -------------------------------------------------------------------------------- /advice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/advice.html -------------------------------------------------------------------------------- /health.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/health.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/index.html -------------------------------------------------------------------------------- /login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/login.html -------------------------------------------------------------------------------- /medicine_reminder_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/medicine_reminder_script.js -------------------------------------------------------------------------------- /medicine_reminder_styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/medicine_reminder_styles.css -------------------------------------------------------------------------------- /medine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/medine.html -------------------------------------------------------------------------------- /profile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/profile.html -------------------------------------------------------------------------------- /profile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/profile.js -------------------------------------------------------------------------------- /qna.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/qna.js -------------------------------------------------------------------------------- /reports.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/reports.css -------------------------------------------------------------------------------- /reports.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/reports.html -------------------------------------------------------------------------------- /reports.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/reports.js -------------------------------------------------------------------------------- /routine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/routine.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/script.js -------------------------------------------------------------------------------- /script1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/script1.js -------------------------------------------------------------------------------- /signup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/signup.html -------------------------------------------------------------------------------- /style1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/style1.css -------------------------------------------------------------------------------- /style3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/style3.css -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/navedharajarajan/Health-remainder-app/HEAD/styles.css --------------------------------------------------------------------------------