This is a personal portfolio mobile application developed using Flutter. It showcases my professional profile, skills, and background in the IT field. The app includes a profile section, an introduction/bio, and two action buttons: "Hire Me" (which opens an email client) and "Download CV" (which links to my LinkedIn profile). The design is based on a provided Figma template with customizations for color and content.
- Profile Section: Displays my photo, name, and profession.
- Introduction/Bio: A short description of my background and interests.
- Buttons:
- Hire Me: Opens the default email client with my contact email.
- Download CV: Links to my LinkedIn profile for downloading my CV.
- Flutter 3.0 or later
- Dart 2.18 or later
- Clone the repository to your local machine:
git clone https://github.com/your-username/portfolio-app.git
- Install the required dependencies:
flutter pub get
- Run the app:
flutter run
The design template used in this app was provided as part of the assignment. Thanks to Flutter and Dart for making it easy to build cross-platform apps.
This project is open-source and available under the MIT License.