Created on 13th December 2020
•
We the Team "Innovators" have created a portal for health workers that solves all problems related to Learning, Diagnosing, and Tracking of Covid-19 risk. The portal consists of three sections Learn, Video, Track, Learn section contains all courses related to the medical field, thanks to our learning partners for such knowledgeable content. Video section is where we have provided an in-built video call facility between Doctor and Patient, and Track is the section where we have provided a general risk check factor for the patient whether there is a risk of affecting with Covid-19 or not?.
1.Authentication-The End users for our Portal are health workers, so to make sure that only health workers will get access to our portal we have used authentication using Nodejs, so we faced a problem in which we were not able to redirect to the Home-Page after successful login and also if the credentials were wrong then also it showed a particular message Like "Wrong UserName or Password", so in order to tackle it, we have used VanillaJs for Successful Login.
2.Media Query- In the field of web development, our Website should look similar across all devices. So for our web pages, especially for the video section, we were unable to fit it to all devices like iPhone X, Moto G4, iPad, etc so there we required a lot of media queries to allow our web app to span across all devices.