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