This is a Flutter demo project that showcases a list of transactions. The project utilizes Redux for its state management.
- Clone the repository
git clone https://github.com/konstantinovmax/transactions.git
- Navigate to the project directory
cd transactions
- Fetch the project dependencies
flutter pub get
- Run the app
flutter run