Skip to content

binnehaha321/expense-management

Repository files navigation

expense-management project

Spreadsheet UI to reduce manually excel creating tasks.

Visit: https://family-expense.vercel.app/

1. Features:

  • Create new spreadsheet.
  • Create and delete expense table data.
  • Auto save temporary data to localstorage and delete them.
  • Upload expense data to spreadsheet.
  • Update expense data.
  • Delete expense data.
  • Set password to protect range (or sheet).

2. Usage:

  1. Open the default spreadsheet here.
  2. Create a new sheet (manually).
  3. Create expense data in the UI table.
  4. Upload the expense data to previous created sheet.

3. Tech stack & libs:

  • Build tool & framework: Vite + ReactJS + TypeScript.
  • State management: Redux Toolkit.
  • UI: Ant Design.
  • API: Google sheet APIs (from https://nocodeapi.com/).