A modern, responsive resume builder application built with React and Vite. Create, edit, and preview professional resumes with beautiful templates.
- 📝 Interactive Resume Form - Easy-to-use form for entering personal details, experience, education, and skills
- 🎨 Beautiful Templates - Professional resume layouts and styling
- 📱 Responsive Design - Works seamlessly on desktop and mobile devices
- 🔄 Real-time Preview - See your resume update as you type
- 📄 Export Options - Download your resume in various formats
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone <your-repo-url>
cd vite-project
- Install dependencies
npm install
- Start the development server
npm run dev
- Open your browser and navigate to
http://localhost:5175
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLint
src/
├── assets/
│ └── components/
│ ├── NavBar.jsx # Navigation component
│ ├── HomePage.jsx # Landing page
│ ├── ResumeForm.jsx # Resume editing form
│ └── *.css # Component styles
├── App.jsx # Main application component
├── main.jsx # Application entry point
└── index.css # Global styles
- React - UI library
- Vite - Build tool and development server
- React Router - Client-side routing
- CSS3 - Styling and animations
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.