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
This project was built with Firebase tools and some Google APIs. Specifically:
- Firebase Hosting: For static, single-page web app deployment
- Google Sheets API: The "database" is pulled from a client managed Google Sheet document. A view only copy of this spreadsheet available here
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
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
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