Welcome to CVibe, a sleek and responsive resume builder built with React, Vite, and Tailwind CSS. CVibe allows users to effortlessly create beautiful, printable resumes directly in the browser. It supports multiple templates, profile photo uploads, real-time editing, and one-click printing—all wrapped in a clean, intuitive UI.
- 🖥️ Live Resume Editing
- 🎨 Multiple Template Options
- 🖼️ Upload Profile Picture
- 🖨️ Print-Ready PDF Output
- 📱 Fully Responsive Design
- ⚡ Powered by Vite for fast builds
- 💅 Styled with Tailwind CSS
| Tech | Description |
|---|---|
| ⚛️ React | UI Library |
| ⚡ Vite | Next-gen frontend toolchain |
| 💨 Tailwind CSS | Utility-first CSS framework |
| 🖼️ SVG Icons | Modern visual icons |
CVibe/
├── public/ # Static assets
├── src/
│ ├── assets/ # Images and icons
│ ├── components/ # Modular components like Education, Skills, etc.
│ ├── App.jsx # Main application logic
│ ├── App2.jsx # Alternate resume layout
│ ├── App3.jsx # Routing handler
│ ├── navbar.jsx # Navigation bar
│ └── main.jsx # ReactDOM entry point
├── index.html
├── tailwind.config.js
├── vite.config.js
└── package.json