PathPulse MVP

A web-based application for Lead from the Heart, a Cameroon-based organization empowering heart-centered leadership. PathPulse helps university students and recent graduates (18-25) in Buea, Cameroon overcome indecision and align their talents with career/entrepreneurial paths.

Features

  • Self-Discovery Modules: Personality Quiz, Strengths Assessment, Journaling
  • Focus Finder Framework: Map talents and explore career possibilities
  • Mentorship Marketplace: Connect with mentors
  • Progress Tracking: Earn "Pulse Points" and track completed tasks
  • Community Workshops: RSVP to upcoming events

Technical Implementation

  • Built with React (via CDN)
  • Styled with Tailwind CSS (via CDN)
  • Uses local storage for data persistence
  • Includes service worker for offline functionality
  • Optimized for low-end Android devices (2GB RAM, 3G)

Project Structure

  • /backend/index.ts: Main HTTP entry point
  • /frontend/index.html: Main HTML file
  • /frontend/components/: React components
  • /frontend/service-worker.js: Service worker for offline functionality
  • /shared/: Shared utilities and types