Ricearoni1245 3caf1e30b0
All checks were successful
Deploy Jody's App / build-and-deploy (push) Successful in 17s
updated resume, added resume data api folder for easy updates
2026-01-27 00:16:01 -06:00
2026-01-07 20:39:40 -06:00
2026-01-07 21:11:42 -06:00
2026-01-07 20:39:40 -06:00
2026-01-07 05:17:26 +00:00

Jody Holt | Developer Portfolio

This is the source code for my personal portfolio. Created using React//Tailwind//TypeScript


Overview

This site demonstrates my personality, skills, and presents the tone I provide through all my collaborative/business endeavors.

STACK

  • SPA with React (functional components, hooks)
  • TailwindCSS (custom tokens and theme system)
  • Theme Engine (5 themes with automated color adaption per user preference )
  • IntersectionObserver (based scroll nav)
  • Modular component layout

Project structure

src/
|-assets/ # Images
|-components/ #Reusable UI components 
|-hooks/ #Custom  React Hooks
|-styles/ #Tailwind + custom theme CSS
|App.tsx
|index.css


Theme System

within index:

5 unique themes are laid out by:

  • color-bg
  • color-primary
  • color-text
  • color-secondary
  • color-tertiary

These themes are applied via html[data-theme="x"] and are used across the site for all gradients, tints, accents, etc.

To run on local client:

npm i

npm run dev

## Local:   http://localhost:5173/ (control + click local host url)

Author

Jody Holt

Frontend Developer • Passion Pioneer

GitHubLinkedInEmail

Description
No description provided
Readme 262 MiB
Languages
TypeScript 81.1%
CSS 17.2%
JavaScript 1.1%
HTML 0.6%