Mobile app to create and manage budget
- Expo
- AWS Cognito
- Jest
- React Native Testing Library
- AWS CDK
- Typescript
- EAS
const transaction = {
description: string,
amount: number,
createdDate: Date,
modifiedDate: Date,
id: Id,
addedBy: userId,
categoryType: CategoryType,
transactionType: TransactionType
};