This is my personal portfolio website, built to present projects and systems I design and develop.
It focuses on:
- showcasing full stack work
- explaining technical decisions
- providing a clear view of how systems are structured
The site is intentionally simple and structured, reflecting the same approach used in my application development.
- act as a central hub for my work
- present projects with clear technical context
- demonstrate how I design and build systems
- Next.js (TypeScript)
Handles:
- routing and page structure
- UI rendering and composition
- layout and navigation systems
root/
└── src/
├── app/ # routing and pages
├── components/ # reusable UI components
├── hooks/ # client side logic
└── lib/ # utilities and shared logic
- component based architecture
- reusable layout patterns
- consistent design system across pages
- structured project showcase
- reusable UI system
- responsive layout
- fast and minimal rendering
- EloFlos
- EloFlosMerch
- NextJsTemplate
- NestJsTemplate
- Active development
- Core structure implemented
- Ongoing refinement
This project is intentionally kept focused on:
- clarity
- structure
- consistency
It reflects the same frontend architecture and design principles used across my other projects.