Skip to content

JonasESmith/JonasESmith.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

A basic portfolio site, using flutter and rust. Wanted this to feel take some inspiration from basic IDE's and add some nice custom theming, so built out the application to have many different themes the user can select from.

Technologies Used

  • Flutter: Mature front end framework
  • Rust: Type safe, and powerful
  • Quicktype: Allows for conversion of rust -> dart

Getting started

Clone repo

git clone https://github.com/JonasESmith/JonasESmith.github.io.git

get necessary packages

cd JonasESmith.github.io && flutter pub get

build for...

flutter run -d chrome
flutter run -d macos
flutter run ... other devices

making changes to app_data.rs inside of portfolio_data/

cd portfolio_data
cargo run