Gen Z Finance, Simplified
Dark UI • Neon Purple • Django + DRF Backend • Modern Landing Page
FinHub is a youth-first fintech platform. It turns taxes and finance into
something simple, fun, and actually usable.
Phase 1 is live: landing page + early access + auth UI.
Upcoming: AI finance chatbot, gamified learning, auto tax-filing.
|
|
## 📂 Project Structure
finhub/
│── authentication/ # JWT auth app (signup, login, tokens)
│── core/ # Django project settings & root urls
│── static/ # CSS, JS, images
│ ├── css/
│ └── js/
│── templates/ # HTML templates
│ └── landing/
│── manage.py # Django entry point
│── requirements.txt # Python dependencies
│── .gitignore
│── LICENSE
│── README.md