Skip to content

JasonWeimar/Mini-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Projects

A growing collection of documented & shipped projects, across - Front/Back-end, AWS, and Full-Stack. Real infrastructure, production deployed.


Projects

# Project Stack Live
01 GitHub Profile Lookup React, Vite, GitHub REST API, AWS ↗ Live

01 — GitHub Profile Lookup

A React/Vite app that queries the GitHub Users REST API and renders profile data — repos, followers, bio — into a glass-morphism card. Built as a deliberate refresher on fetch(), async/await, custom hooks, and component architecture. Deployed to AWS using S3 + CloudFront OAC + Route 53.

Stack: React · Vite · JavaScript · CSS · AWS S3 · CloudFront · ACM · Route 53

Concepts: Fetch API · Promise lifecycle · async/await · React hooks · component refactor · glass morphism · S3 + CloudFront OAC · wildcard ACM cert · DNS alias records

→ View Project


Infrastructure

All projects that include AWS deployment follow the same core pattern:

S3 (private bucket)
  └── CloudFront (OAC — SigV4 signed requests)
        └── ACM wildcard cert (us-east-1)
              └── Route 53 subdomain (*.jasonweimarstack1.com)

Each deployed project lives at its own subdomain — no additional hosted zone cost.


Structure

small-projects/
├── github-profile-lookup/    ← React/Vite + AWS
└── ...                       ← more projects coming

Portfolio: jasonweimarstack1.com

About

A growing collection of shipped projects across front-end, back-end, AWS deployment, and full-stack — multiple languages, real infrastructure, production deployed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors