A web application that helps people understand their relationship dynamics through a structured survey. The app allows two people to take the survey independently and then compares their answers to find common ground and potential areas for growth.
- Two-part survey structure (Current Status and Future Wishes)
- Real-time progress tracking
- Skip option for sensitive questions
- Shareable results with unique links
- Modern, responsive UI with theme support
- Secure answer comparison.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Backend: Python FastAPI
- Frontend: HTML, TailwindCSS
- Database: SQLite (for development)
main.py: Main application filequestions.json: Survey questions and choicestemplates/: HTML templatesbase.html: Base template with common elementsform.html: Survey form templateresult.html: Results display templateshare.html: Share link templatewaiting.html: Waiting page template
MIT License