/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: Cache 19.2 ☕
Original Author: Me! (Austin Hutchen)

For a dedicated resume, please view:

My resume


Espresso File sizes after gzip:
80 kB build/static/js/main.ebf077bc.js
7.44 kB build/static/css/main.b2e55e1d.css
Link: Visit my website

Local File Structure:


├── eslint.config.mjs
├── generate-cache.js
├── package.json
├── public
│   ├── assets-to-cache.json
│   ├── index.html
│   ├── manifest.json
│   ├── robots.txt
│   └── service-worker.js
├── src
│   ├── App.css
│   ├── App.tsx
│   ├── components
│   │   ├── base
│   │   │   └── Router.tsx
│   │   ├── common
│   │   │   ├── AudioVisualizer.tsx
│   │   │   ├── navbar.tsx
│   │   │   └── symbols.tsx
│   │   └── pages
│   │   ├── aboutme.tsx
│   │   ├── gallery.tsx
│   │   ├── landing.tsx
│   │   ├── projects.tsx
│   │   └── resume.tsx
│   ├── css
│   │   ├── TextSphere.css
│   │   ├── dimensions.css
│   │   ├── fonts.css
│   │   ├── navBar.css
│   │   ├── slider.css
│   │   └── spinner.css
│   ├── index.css
│   ├── index.html
│   ├── index.jsx
│   └── reportWebVitals.jsx
├── tsconfig.json
└── webpack.config.js