Category repo for my full-stack builds. Each project pairs a backend (API / server) with a frontend (UI / client).
fullstack-projects/
├── backend/ → server-side apps & APIs (FastAPI, Node, etc.)
└── frontend/ → client-side apps (React, Next.js, etc.)
Each project gets its own subfolder inside backend/ and frontend/ (or a single
project folder containing both, if it's one tightly-coupled app).
| Project | Stack | What it is |
|---|---|---|
| ConnectSpace | HTML · CSS · JavaScript | A multi-page social-media front end built for a hackathon with no framework: auth, profile, search and create-post pages, hand-written routing and state. |
| ai-powered-no-code-showcase | Webflow · Bubble · Framer | Index of no-code builds. The sites live on their platforms, not as source here. |