Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fairooz14/portfolio_flutter
- Owner: Fairooz14
- Created: 2024-10-31T17:10:24.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:16:03.000Z (about 2 months ago)
- Last Synced: 2024-10-31T20:21:00.873Z (about 2 months ago)
- Topics: flutter-app, portfolio, portfolioapp, ui-design
- Language: Dart
- Homepage:
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```