SimplyResume is a simple, interactive web-based resume builder. Users can input their details in a structured form, dynamically add sections for achievements, experience, education, projects, and skills, and generate a complete resume.
- User-Friendly Interface: Easily fill in sections such as personal details, achievements, work experience, and skills.
- Dynamic Section Management: Add or remove multiple entries for sections like education, experience, and projects.
- Resume Preview: Real-time display of the generated resume.
- Responsive Design: Works smoothly on desktops, tablets, and mobile devices.
- index.html: The main landing page where users can start building their resume.
- cv.html: The resume display page that formats and presents the resume data input by the user.
- app.js: Handles dynamic addition/removal of sections like achievements, experience, etc.
- style.css: Contains the styling rules for the app, ensuring a clean and responsive design.
- input.html: The core form structure where users input their resume details.
- Clone the repository or download the files.
- Open
index.html
in your browser to start the application. - Fill in the required information across different sections.
- Preview the completed resume by navigating to
cv.html
.
- HTML5
- CSS3
- JavaScript (DOM manipulation)
- Enter your personal and professional details in the form on the homepage.
- Use buttons to add multiple entries in sections like Experience and Education.
- Once complete, preview or download your resume.
- PDF export functionality.
- Improved styling for a more polished resume layout.
- Option to save and load resume data.
Click here to see the live demo
This project is licensed under the MIT License.