Skip to content

sand-storm-17/expense

Repository files navigation

Expense Tracker

Live Link - https://expense-git-sidebar-sandstorm17s-projects.vercel.app/

Notion Link - https://www.notion.so/Expense-Tracker-b6020a584b15465abd09e17ab026101f

Features

  • Cards
    • All the cards you have
      • Add new card
      • Change its limit
      • Update spendings
      • Bill due date
      • Card wise insights
  • Insights
  • Splitwise
    • Groups
      • Add new group
      • List all the groups
    • Activity
      • Show recent activities
      • Add new expense
      • Payback your share
    • Analysis
      • Show the monthly participation(group wise)
  • Self tracker
    • Show diff cards to pay for
      • Electricity bill
      • Phone bill
      • Water bill
      • Fuel bill
      • Internet bill
      • Rent
    • Income

Authentication (Settings) (TBD)

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.