Market App is an app built using flutter that showcases in the power of flutter in building beautiful UI and creating amazing animations.
- Ensure you have the Flutter SDK installed on your machine. You can download it from here
- Ensure you have an IDE installed, such as Android Studio, Visual Studio Code or IntelliJ IDEA
- Clone this repository to your local machine using
https://github.com/unknownaloy/moniepoint_task.git
- Open the project in your preferred code editor.
- Run
flutter pub get
to install the app's dependencies. - Connect a device, an android emulator or an ios simulator.
- Run
flutter run
to start the app.