Mobile app to create and manage budget
- Expo
- AWS Cognito
- Jest
- React Native Testing Library
- AWS CDK
- Typescript
- EAS
const transaction = {
createdDate: Date,
modifiedDate: Date,
transactionType: '',
amount: '',
currency: '',
description: '',
};