A web-based prototype for PathPulse, a mobile app designed to help university students and recent graduates in Cameroon overcome indecision and align their multi-talented skills with career and entrepreneurial paths.
PathPulse is an MVP for Lead from the Heart (LfH), a Cameroon-based organization empowering heart-centered leadership. The app targets 5,000 university students/recent graduates (18–25 years old) in Buea, Cameroon.
Self-Discovery Modules
Focus Finder Framework
Mentorship Marketplace
Progress Tracking/Gamification
Community Workshops
This prototype is built using:
├── backend/
│ ├── index.ts # Main API entry point
│ ├── auth.ts # Authentication functions
│ ├── storage.ts # Data storage functions
│ └── routes/ # API route handlers
├── frontend/
│ ├── index.html # Main HTML template
│ ├── app.tsx # Main application component
│ ├── components/ # UI components
│ ├── pages/ # Page components
│ └── styles.css # Custom styles
└── shared/
├── types.ts # Shared TypeScript types
└── utils.ts # Shared utility functions