This repository contains the full source code for my personal portfolio website, hosted at jewel998.github.io.
The codebase is organized by year, with the current active development branch named:
2025-source-code (or <year>-source-code for future versions).
- ⚡️ Lightning-fast development with Vite
- 💅 Modern styling using Tailwind CSS 4
- 🧭 Type-safe routing via @tanstack/react-router
- 🌐 Full internationalization support with LinguiJS
- 🧩 Composable UI with Radix UI primitives
- ✅ Fully typed with TypeScript
- 🧪 Unit tested with Vitest and Testing Library
| Category | Technology |
|---|---|
| Framework | React 19 |
| Build Tool | Vite |
| Styling | Tailwind CSS 4, clsx, tailwind-merge |
| Routing | @tanstack/react-router |
| UI Components | Radix UI, Lucide Icons |
| Internationalization | LinguiJS |
| Type Checking | TypeScript |
| Testing | Vitest, Testing Library |
| Linting | ESLint, typescript-eslint |
# Clone the repository
git clone https://github.com/jewel998/jewel998.github.io.git
cd jewel998.github.io
# Checkout the active source code branch
git checkout 2025-source-code
# Install dependencies
pnpm install