Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fairooz14/portfolio_flutter

This Flutter-based portfolio app showcases my projects, experience, and skills in a clean, user-friendly design. This is an ongoing project, and I plan to add more interactive features and content in future updates.
https://github.com/fairooz14/portfolio_flutter

flutter-app portfolio portfolioapp ui-design

Last synced: 24 days ago
JSON representation

This Flutter-based portfolio app showcases my projects, experience, and skills in a clean, user-friendly design. This is an ongoing project, and I plan to add more interactive features and content in future updates.

Awesome Lists containing this project

README

        

# Portfolio App

A personal portfolio mobile app built with Flutter to showcase projects, experience, and profile information. The app highlights a professional summary, list of projects, and work experience, all presented in an elegant UI design.

![portfolio_(ui)](https://github.com/user-attachments/assets/8c6aeaf1-ecea-463f-91ae-378e3bded69e)

## Features

- **Profile Overview**: Displays a profile photo, name, and a brief title with key metrics (Projects, Skills, Experience).
- **Projects Section**: Showcases individual projects with descriptions and custom icons/images.
- **Experience Section**: Lists work experience with company names, roles, and durations.

## Screens

1. **Projects Page**: Lists projects with visuals and descriptions, allowing users to explore each project in detail.
2. **Profile Page**: Highlights the user's profile with a summary of experience, skills, and project count.
3. **Experience Page**: Displays work experience with clear, organized timelines.

## Getting Started

### Prerequisites

- [Flutter SDK](https://flutter.dev/docs/get-started/install) should be installed on your machine.

### Installation

1. Clone the repository:
```bash
git clone https://github.com/Fairooz14/Portfolio_flutter.git
cd portfolio_flutter
```
2. Install dependencies:
```
flutter pub get
```
3. Run the app on an emulator or physical device:
```
flutter run
```