Directory structure:
└── techlandertherecanonlybeone-techlander/
├── README.md
├── app.json
├── App.tsx
├── babel.config.js
├── package.json
├── tsconfig.json
├── types.tsx
├── components/
│ ├── JobListing.tsx
│ └── __tests__/
│ └── component_test.js
├── hooks/
│ ├── useCachedResources.ts
│ └── useJobQuery.ts
├── screens/
│ ├── JobPage.tsx
│ ├── Login.tsx
│ ├── NotFoundScreen.tsx
│ ├── SearchContainer.tsx
│ └── SignUp.tsx
├── Server/
│ ├── server.js
│ ├── controllers/
│ │ └── userController.js
│ └── models/
│ └── models.ts
└── .github/
└── pull-request-template.md