Skip to content

sriram-ponangi/expense_tracker

Repository files navigation

Expense_Tracker:

Architecture:

Expense Tracker Serverless Architecture

To Do:

  • Create Edit/Delete expense functionality in the All-Expenses Table.

Commands:

  • ng g c expense-tracker/home-page/expense-over-time-chart
  • ng g c expense-tracker/common/cost-summary

Completed Features:

  • Sign Up, Sign In, and Sign Out using Amazon Cognito.
  • Inserting Expenses to DynamoDB
  • Querying Expenses from DynamoDB by date range and displaying all expense details in:
    • Table.
    • Pie Chart
    • Summary Cards
  • Querying Monthly Expense History from DynamoDB by month range and displaying all expense details in a stacked bar chart with a line chart showing the average expense during that period.