https://github.com/mrigankdoshy/personal-website-v1
[OUTDATED] A personal portfolio website built using Flutter and hosted with Vercel
https://github.com/mrigankdoshy/personal-website-v1
flutter personal-website portfolio vercel
Last synced: 9 months ago
JSON representation
[OUTDATED] A personal portfolio website built using Flutter and hosted with Vercel
- Host: GitHub
- URL: https://github.com/mrigankdoshy/personal-website-v1
- Owner: mrigankdoshy
- License: mit
- Archived: true
- Created: 2022-04-02T19:24:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T00:38:52.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:18:22.478Z (over 1 year ago)
- Topics: flutter, personal-website, portfolio, vercel
- Language: Dart
- Homepage: https://mrigankdoshy-v1.vercel.app
- Size: 3.38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mrigankdoshy.com
A personal portfolio website built using Flutter and hosted with Vercel

## 🚀 Building and Running
Make sure you have Flutter `2.8.1` or higher and Dart `2.15.1` or higher installed.
Install dependencies with:
```bash
flutter pub get
```
To serve your app from `localhost` in Chrome, enter the following from the top of the package:
```bash
flutter run
```
To create a production build:
```bash
flutter run build web --release
```
## ⚠️ Disclaimer
Feel free to fork this repository and use parts of the code for your own website. However, I encourage you to use this as a learning tool and ask that you modify the theme and widgets to make it your own, and have fun with Flutter!
The website design has been an inspiration from Brittany Chiang.
I've spent a non-trivial amount of effort building and redesigning this iteration of my website. If you decide to make use of this project, I'd appreciate being credited as the developer (by linking back to mrigankdoshy.com). I also ask that you credit Brittany Chiang for the design inspiration.
And obviously, I do not give permission to present any of my information or projects as your own.