HealthFind (https://www.youtube.com/watch?v=wQhPyFnE16M)
- Custom Location Input (Top) : Used to input your own custom address
- Searchbar (Middle) : Used to search hospitals, covid labs and dialysis clinics within dataset within 10km radius
- Menu (Top Left) : Opens up menu where you can choose to display hospital, covid lab or dialysis clinic data
- Compass (Top Right) : Set current location to browser location
- Nearby Search Button (Below Compass) : Opens up list view of nearby hospitals, covid labs or dialysis clinics depending on configuration
Healthcare is crucial to everyone and this application aims to help users locate the nearest hospital, dialysis clinc or COVID lab from their current location. The current application is built primarily using react and the google maps API and targets users in the Philippines which may not have easy access to the healthcare facilities.
Part of a broader application that I built during my time interning at Botmd, a Y-Combinator startup that builts chatbots for hospitals in over 4 countries!
This is my very first experience with React and I am glad that I have started to learn how to use this amazing tool! Picking up a new language is always tough and I am glad that I have something cool to show for it!
Navigate to the hospital_locator/gmaps_hospital/DOH-Gmaps folder
npm install . # install node_modules
npm start