A minimal, fast, and fully static CV/Resume website built with React, TypeScript, and Vite.
The project uses React Router (HashRouter), making it deployable to any static hosting provider (GitHub Pages, Netlify, Vercel, etc.) with zero backend configuration.
- ⚛️ React + TypeScript for a clean, scalable codebase
- 🛣️ Client-side routing with
createHashRouter— works on any static host - 🎨 Modern UI styled with SASS (SCSS)
- ⚡ Blazing-fast build system powered by Vite
- 📄 Generate multiple CV pages from simple JSON files
- 📦 Produces a static
dist/folder ready for deployment
- React
- TypeScript
- React Router v7
- SASS (SCSS)
- Vite
npm installnpm run devnpm run build