https://github.com/yashk2000/portfolio
The flutter code for my portfolio website 💁♂️
https://github.com/yashk2000/portfolio
dart flutter flutter-web portfolio-website
Last synced: over 1 year ago
JSON representation
The flutter code for my portfolio website 💁♂️
- Host: GitHub
- URL: https://github.com/yashk2000/portfolio
- Owner: yashk2000
- Created: 2020-04-30T12:25:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T08:27:55.000Z (over 4 years ago)
- Last Synced: 2025-03-18T16:53:06.869Z (over 1 year ago)
- Topics: dart, flutter, flutter-web, portfolio-website
- Language: Dart
- Homepage: https://yashk2000.github.io/
- Size: 9.9 MB
- Stars: 29
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :man_cartwheeling: portfolio
This repository contains code for my [portfolio website](https://yashk2000.github.io/) which is made using flutter.
## :1234: Getting Started
To build the project locally, first clone this repository.
```
git clone https://github.com/yashk2000/portfolio.git
```
Then enter this repository.
```
cd portfolio
```
Now we can build the website.
```
flutter build web
```
This will generate the needed files for the website and place then inside `/build/web`.
To deploy the website and test it locally, I recommend using `http-server`. Follow instructions from [this](https://www.npmjs.com/package/http-server) link to install `http-server`.
Now run the following command:
```
http-server /portfolio/build/web/
```
Google Chrome is the preffered browser for testing as refreshing here serves as hot reload. So you need not start a new server everytime you make changes to the flutter files and build the web files again.
## :spider_web: Screenshots
|  |  |
|----------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
|  |  |
|  |  |
|  |  |
## :desktop_computer: Resources
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view the [online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.