inCrisis is viewable in production at inCrisis.netlify.com
Visitors who use our application can quickly and easily find the closest Walk-In Crisis Center based on their location, which can be manually entered or gathered from the browser. Our backend application incorporates the latitude and longitude of the user with the Google Distance Matrix API, returning ordered crisis centers based on proximity. Once a user finds the nearest walk-in center, there are links to choose the preferred mode of transportation to that center (driving, walking, biking, or public transit), along with an option to receive a text notification containing information about the closest center.
Due to the sensitive nature of our application, no user information is stored or tracked. Ease of use, accessibility, and reducing barriers were of top concern.
- fetch API
- ReactJS
- React Router v4
- React hooks
- PostgresSQL 11
- Ruby on Rails
- JSX
- SCSS
- Enzyme/Jest
- Rspec
- CircleCI
======= This is the repository for the front end application, which works in conjunction with our back end application (repository here), to create the full functioning website.