This is the client of a simple budgeting app that allows users to track their expenses and income.
- Authentication
- Users can manage their budgets
- Users can manage their budget's transactions (expenses and income)
- Transactions can be once, installments, or recurring
- Allow users to invite other users to their budget
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3001 with your browser to see the result.