Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 951 Bytes

File metadata and controls

45 lines (31 loc) · 951 Bytes

CV Builder

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.


✨ Features

  • ⚛️ 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

🛠️ Technologies

  • React
  • TypeScript
  • React Router v7
  • SASS (SCSS)
  • Vite

🚀 Getting Started

npm install

Development

npm run dev

Production Build

npm run build