Skip to content

KISHORE-KUMAR-S/My-Personal-Portfolio

Repository files navigation

🌟 My Portfolio

A sleek, animated personal portfolio website built using Flutter & Dart, showcasing my skills, projects, and contact information. Includes smooth page transitions and a custom pre-loader.


🕸️ Portfolio Website


🚀 Features

  • ✨ Animated transitions between sections
  • ⚡ Custom loader screen
  • 📱 Fully responsive across web and mobile
  • 🎯 Built using Flutter & Dart

🛠️ Technologies Used

  • Flutter
  • Dart
  • Animation libraries
  • Vercel (for deployment)

🙏 Credits


📦 Installation

Prerequisites

  • Flutter SDK (v3.0+)
  • Git
  • GitHub

Steps

# Clone the repo
git clone https://github.com/KISHORE-KUMAR-S/My-Personal-Portfolio.git
cd My-Personal-Portfolio

# Install dependencies
flutter pub get

# Run the project
flutter run -d chrome     # For web
flutter run               # For mobile

# Build for production
flutter build web         # Web build
flutter build apk         # Android build