/austinscode

My Website! Documents my achievements, is designed from the ground up to be performant with Typescript types and SCSS, and is scaled for usage across ios, android, windows,macbook, linux, and all desktops with react!

Primary LanguageTypeScript

My React-loaded website, documenting personal achievements!

Website Version: Espresso 16.0 ☕️☕️
Original Author: Me! (Austin Hutchen)

Espresso File sizes after gzip:
205.9 kB build/static/js/main.ebf077bc.js
7.44 kB build/static/css/main.b2e55e1d.css
2.69 kB build/static/js/364.6989ee77.chunk.js
Link: https://austinscode.vercel.app

Local File Structure:


│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── scripts
│   ├── build.sh
│   ├── clean.sh
│   ├── deploy.sh
│   ├── findLargestFiles.sh
│   ├── resetProject.sh
│   ├── start.sh
│   ├── update.sh
│   └── upgrade.sh
├── src
│   ├── App.css
│   ├── App.tsx
│   ├── components
│   │   ├── base
│   │   │   └── Router.tsx
│   │   ├── common
│   │   │   ├── AudioVisualizer.tsx
│   │   │   ├── navbar.tsx
│   │   │   ├── symbols.tsx
│   │   │   └── webCam.tsx
│   │   └── pages
│   │   ├── aboutme.tsx
│   │   ├── feedback.tsx
│   │   ├── gallery.tsx
│   │   ├── landing.tsx
│   │   ├── projects.tsx
│   │   └── resume.tsx
│   ├── css
│   │   ├── TextSphere.css
│   │   ├── dimensions.css
│   │   ├── fonts.css
│   │   ├── navBar.css
│   │   ├── resume.css
│   │   ├── slider.css
│   │   └── spinner.css
│   ├── index.css
│   ├── index.jsx
│   └── reportWebVitals.jsx
├── tsconfig.json
└── webpack.config.js


96 directories, 176 files