Resume Suite Builder is a web application that allows users to easily create professional resumes using a selection of five unique layouts. The app provides an intuitive interface for entering personal information, work experience, education, skills, and more, with real-time preview and customization options.
- Five Resume Layouts: Choose from Classic, Creative, Minimalist, Modern, and Technical designs to best showcase your experience.
- Live Preview: Instantly see how your resume looks as you fill out the forms.
- Easy Customization: Update sections like Personal Info, Experience, Education, Skills, Projects, Languages, Certifications, and Summary.
- Export Options: Download your resume in various formats (PDF, etc.).
- Vite: Fast build tool and development server for modern web projects.
- Vue.js: Progressive JavaScript framework for building user interfaces.
- TypeScript: Typed superset of JavaScript for safer and scalable code.
- CSS: Styling for layouts and components.
- HTML: Structure of the web application.
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser:
Visit
http://localhost:5173
to use the app.
src/
- Main source codecomponents/
- UI components and formslayouts/
- Resume layout templatescomposables/
- Reusable logic (e.g., resume state)types/
- TypeScript type definitionsutils/
- Utility functions and sample data
public/
- Static assetsindex.html
- Main HTML filevite.config.ts
- Vite configuration
This project is for educational and entertainment purposes.