Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Latest commit

 

History

History
64 lines (41 loc) · 3.29 KB

README.md

File metadata and controls

64 lines (41 loc) · 3.29 KB

See if a property in Tulsa County is eligible for eviction protection under the CARES act at TulsaCaresAct.com

In partnership with Housing Solutions, Code for Tulsa has assembled this responsive web app allowing families to understand their rights during the eviction moratorium.

In an effort to help renters amid the coronavirus pandemic and skyrocketing unemployment, the March 27 CARES Act banned eviction filings for all federally backed rental units nationwide.

Despite Federal Ban, Landlords Are Still Moving to Evict People During the Pandemic -ProPublica





Back-end Tech

This project was built with Firebase tools and some Google APIs. Specifically:

Front-end Tech

This project was bootstrapped with Create React App and primarily relies on the following technologies:

  • React: A JavaScript library for building user interfaces
  • Typescript: A typed superset of JavaScript that compiles to plain JavaScript.
  • StyledComponents: Use the best bits of ES6 and CSS to style your apps without stress 💅🏾
  • React Router: Declarative routing for React
  • react-i18next: Internationalization for react done right. Using the i18next i18n ecosystem.

Learn More about React

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Getting started

If you'd like to run a local version of the app, follow these instructions below:

  • Clone the repo, and in the root directory run yarn install to download all project depencies. (You may need to get Yarn if you haven't already...)
  • Run yarn start to spin up a locally running version of the site.
  • Visit http://localhost:3000 to see the site in your browser

Deployment

Please note before deploying: You'll need to have Firebase CLI installed. The account you sign into Firebase CLI with will also need permission for this Firebase project. Please reach out with any access requests.

To deploy the production site, run:

npm run deploy