Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 321 Bytes

BudgetBuddy

Mobile app to create and manage budget

Technology Used

  • Expo
  • AWS Cognito
  • Jest
  • React Native Testing Library
  • AWS CDK
  • Typescript
  • EAS
const transaction = {
  createdDate: Date,
  modifiedDate: Date,
  transactionType: '',
  amount: '',
  currency: '',
  description: '',
};