- About
- Overview of the project structure
- Server
- Dist
- Database
- Client
- Attached Assets
- Contributors
HerAccess is a web application built for the 2025 InnovateHer hackathon. It is aimed to help women in Illinois and Indiana gain access to reproductive health resources in their area.
📁 server
├── 📁 utils
│ ├── 📄 geocoding.ts
│ ├── 📄 news-scraper.ts
│ ├── 📄 scheduler.ts
│ ├── 📄 scraper.ts
│ └── 📄 static-data.ts
├── 📄 index.ts
├── 📄 routes.ts
└── 📄 vite.ts
📁 dist
└── 📁 public
└── 📄 1.png
📁 database
├── 📄 index.ts
└── 📄 schema.ts
📁 Client
├── 📁 public
│ └── (... omitted for brevity)
├── 📁 src
│ ├── 📁 components
│ │ ├── 📁 ui
│ │ │ └── (... omitted for brevity)
│ │ ├── 📄 ChatBot.tsx
│ │ ├── 📄 Navigation.tsx
│ │ ├── 📄 ProtectedRoute.tsx
│ │ ├── 📄 ResourceMap.tsc
│ │ └── 📄 UserAuth.tsx
│ ├── 📁 hooks
│ │ ├── 📄 user-mobile.tsx
│ │ └── 📄 use-toast.ts
│ ├── 📁 lib
│ │ ├── 📄 auth.tsx
│ │ ├── 📄 queryClient.ts
│ │ └── 📄 utils.ts
│ ├── 📁 pages
│ │ ├── 📄 Home.tsx
│ │ ├── 📄 Laws.ts
│ │ ├── 📄 Map.tsx
│ │ ├── 📄 not-found.ts
│ │ ├── 📄 Petitions.tsx
│ │ ├── 📄 SignIn.ts
│ │ └── 📄 TakeAction.ts
│ ├── 📄 App.tsx
│ ├── 📄 env.d.ts
│ ├── 📄 index.css
│ └── 📄 main.tsx
└── 📄 index.html
📁 attached_assets
└── (... omitted for brevity)
HerAccess was created by Josephine Bradley, Samiksha Gupta, Remley Hooker, and Ileema Pradhan.