Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 972 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 972 Bytes

Carry it Forward Work Orders

Carry it Forward's Work Orders app allows staff to create work orders on behalf of people in the community. The goal is to digitize CiF's current paper work order process, making data more easily retrievable and giving the team access to more insights.

Goals

  • Mobile First
  • Easy / Intuitive

Tech Stack

The Work Orders app uses React/Next.js with Material UI on the frontend, and Firebase/Google Cloud Functions on the backend.

Frontend

Backend

Installation

$ git clone https://github.com/CarryItForward/work-orders.git
$ cd work-orders/frontend
$ yarn install

Running

$ cd frontend
$ yarn dev