All Projects β†’ yashk2000 β†’ portfolio

yashk2000 / portfolio

Licence: other
The flutter code for my portfolio website πŸ’β€β™‚οΈ

Programming Languages

dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to portfolio

DeveloperFolio
Flutter web - DeveloperFolio template
Stars: ✭ 143 (+410.71%)
Mutual labels:  portfolio-website, flutter-web
Portfolio
A responsive portfolio app made with flutter web.
Stars: ✭ 43 (+53.57%)
Mutual labels:  portfolio-website, flutter-web
seo renderer
A Flutter Web Plugin to display Text Widget as Html for SEO purpose
Stars: ✭ 103 (+267.86%)
Mutual labels:  flutter-web
personal-website
GitHub monorepo that runs my personal website.
Stars: ✭ 30 (+7.14%)
Mutual labels:  portfolio-website
RandomColorScheme
Flutter plugin to help experiment with different Color Schemes without pain.
Stars: ✭ 77 (+175%)
Mutual labels:  flutter-web
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (+203.57%)
Mutual labels:  portfolio-website
gfolio
Google Search themed portfolio website, made using ReactJS
Stars: ✭ 130 (+364.29%)
Mutual labels:  portfolio-website
website
The Official Open-Source version of Gigabyte Developers Incorporated webpage
Stars: ✭ 19 (-32.14%)
Mutual labels:  portfolio-website
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (+110.71%)
Mutual labels:  portfolio-website
Bootstrap4Resume
A single-page static resume website created with Bootstrap 4
Stars: ✭ 36 (+28.57%)
Mutual labels:  portfolio-website
Portfolio-Saurav-Mukherjee
Portfolio website build using HTML5, CSS3, JavaScript and jQuery.
Stars: ✭ 48 (+71.43%)
Mutual labels:  portfolio-website
Portfolio-Demo-1
A portfolio build by using flutter for web.
Stars: ✭ 74 (+164.29%)
Mutual labels:  flutter-web
rizkicitra
My Personal Website, build with Next.js and Tailwind CSS
Stars: ✭ 82 (+192.86%)
Mutual labels:  portfolio-website
programmergaurav.github.io
Portfolio
Stars: ✭ 27 (-3.57%)
Mutual labels:  portfolio-website
home
Personal portfolio site of Faraz Shaikh.
Stars: ✭ 18 (-35.71%)
Mutual labels:  portfolio-website
flutter-auth-ui
flutter-auth-ui is an authentication library for flutter web applications. It uses Firebase auth as security as a service (SECaaS) provider. It implements UI to register user, validate email, sign in, sign out, restore password, access firestore..
Stars: ✭ 59 (+110.71%)
Mutual labels:  flutter-web
developerIdentity
Developers Identity(Portfolio) Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 21 (-25%)
Mutual labels:  portfolio-website
JayantGoel001.github.io
My Personal Portfolio.
Stars: ✭ 31 (+10.71%)
Mutual labels:  portfolio-website
template portfolio
A template for your own Portfolio.
Stars: ✭ 15 (-46.43%)
Mutual labels:  portfolio-website
DrawingBoard
Free online drawing application for all ages.
Stars: ✭ 20 (-28.57%)
Mutual labels:  flutter-web

πŸ€Έβ€β™‚οΈ portfolio

This repository contains code for my portfolio website which is made using flutter.

πŸ”’ 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 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.

πŸ•ΈοΈ Screenshots

Screenshot from 2020-05-01 13-28-08 Screenshot from 2020-05-01 13-28-11
Screenshot from 2020-05-01 13-28-20 Screenshot from 2020-05-01 13-28-31
1 2
3 4

πŸ–₯️ Resources

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].