All Projects
Frontend Mentor Challenges
A React and TypeScript monorepo that hosts my Frontend Mentor challenge solutions.
A monorepo for my Frontend Mentor challenge solutions. The root app works as a small navigation site, and each challenge lives in its own workspace package so solutions can stay isolated while sharing the same tooling.
What It Does
The site collects individual challenge builds in one deployable place. The current navigation links out to solutions like the QR code component, blog preview card, and social links profile.
Technical Implementation
The project uses pnpm workspaces with a Vite-powered home app and separate challenge packages. Each challenge can use React, TypeScript, Tailwind CSS, or plain CSS depending on what keeps the solution closest to the original exercise.
Key Features
- Workspace-based structure for adding challenges independently
- Single deployed navigation app for browsing every solution
- React and TypeScript setup shared across challenge builds
- Vite build pipeline that outputs a deployable static site