Skip to content

joshscott95/flutterportfolio

Repository files navigation

Flutter Portfolio

This repository hosts the code for a personal portfolio application built using Flutter. The portfolio showcases projects, skills, and experiences, offering an interactive and engaging way for users to explore the work and background of Joshua Scott.

Table of Contents

Demo

You can view a live version of the portfolio here.

Features

  • Responsive Design: Optimized for both desktop and mobile platforms.
  • Projects Showcase: Displays a selection of projects with details on technologies used, links to GitHub repositories, and live demos.
  • Skills Section: Highlights key technical skills and proficiencies.
  • About Me: Provides background information and career highlights.
  • Contact Form: Enables users to get in touch directly through the app.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repo:
    git clone https://github.com/joshscott95/flutterportfolio.git
    cd flutterportfolio

Install dependencies: Make sure you have Flutter installed on your machine. You can check if Flutter is installed by running:

flutter --version
flutter pub get
flutter run

Project Structure

flutterportfolio/
│
├── lib/                       # Main source code folder
│   ├── models/                # Data models for the app
│   ├── screens/               # Screen components for each section
│   ├── widgets/               # Reusable widgets used across the app
│   ├── main.dart              # Main entry point of the application
│
├── assets/                    # Images and other static assets
│
├── pubspec.yaml               # Project dependencies and configuration
└── README.md                  # This README file

Technologies used

  • [Flutter]
  • [Dart]
  • [Responsive Design]

Project Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published