COVID Tracker is a web-app build on MEAN(MongoDB, Express, Angular8, NodeJS) provides you a one stop updates on COVID-19. Not only updates, It helps you to find open stores nearby during the quarantine period. By this web-app we try to minimize the movement of poeple by providing them a platform to even consult doctor on fingertips and also helps in order to dispose medical waste.
- Amazing live tracking on COVID-19 with beautiful charts and UI.
- Live Updates from the officials in terms of Push Notifications.
- 24/7 Helpdesk.
- User can dispose their medical waste according to WHO in eight categories i.e. (Infectious Waste, Pathological waste, Sharps waste, Chemical waste, Pharmaceutical waste, Cyctotoxic waste, Radioactive waste and Non-hazardous waste) to the nearest Waste Collector.
- Get information about nearby open stores so that you never run out of stock and minimize travelling.
- Spreads awareness to fight against COVID-19.
- Myths and whatsapp forwards are trusted easily so, our webapp helps burst myths and false rumors.
- Tracks user location and shows custom data according to it like open stores near me.
- Wait, you can even register your store or search nearby stores to this amazing app.
- Authorities can maintain a database of patients though this app and mark them positive/negative according to apps.
- Clone the Repository using command
git clone https://github.com/TECH-E-SOULS/VIT-Hackathon.git
- then
cd VIT-Hackathon
- open CMD and install dependencies using
npm install && cd stats && npm install && ng build --prod && cd ..