Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 717 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 717 Bytes

Finance Tracking - Personal Finance Management System [Frontend]

Backend Github Link: https://github.com/junaaid96/finance-tracking-drf

Frontend Live Link: https://finance-tracking-nextjs.vercel.app/

  • Features:
    • JWT token authentication is implemented, and users can get both access and refresh tokens upon login.
    • User can track their incomes and expenses by creating, updating, and deleting them as necessary.
    • Savings goals can be set and managed accordingly.
    • All routes are protected; no one can see other details or manipulate them.
  • Technology Used:
    • Frontend: Tailwind CSS, JS/React/Next.js
    • Backend: Python/Django REST framework, JWT Authentication
    • Database: PostgreSQL