This is a personal portfolio website built using Flutter, designed to showcase my skills, projects, education, and experience as a developer. The website features a boxy, glassmorphic design that is fully responsive across all platforms, providing an optimal user experience.
- Responsive Design: The website adapts seamlessly to various screen sizes and devices.
- Boxy, Glassmorphic Aesthetic: A modern design style that enhances visual appeal and usability.
- Project Showcase:
- Live previews of projects, allowing users to interact and explore the code.
- Detailed descriptions and insights into each project.
- Skills and Experience: A dedicated section highlighting my technical skills, education, and work history.
- Resume Download: Recruiters can easily download my resume for further consideration.
- Framework: Flutter
- Languages: Dart, HTML, CSS, JavaScript
- Design: Glassmorphic UI principles
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/nakuldevmv/Portfolio-Website.git
-
Navigate to the project directory:
cd your-repo-name
-
Install dependencies: Make sure you have Flutter installed and set up. Run:
flutter pub get
-
Run the app: Start the development server with:
flutter run
Portfolio-Website/
│
├── lib/
│ ├── Data/ # Contains data-related models and services
│ ├── error/ # Handles error management
│ ├── functions/ # Utility functions used throughout the app
│ ├── nakuldeve_portfolio/ # Main portfolio components and screens
│ ├── styles/ # Styles and themes for the app
│ └── main.dart # Main entry point of the application
│
├── assets/ # Contains images, fonts, and other assets
│
├── pubspec.yaml # Flutter project configuration file
└── README.md # Project documentation
For any inquiries or feedback, feel free to reach out:
- Email: [email protected]
- GitHub: nakuldevmv