A browser-based resume builder with a polished modern-retro UI and a preserved classic version.
https://gargimittal.github.io/Resume-Maker/
This project lets users create a resume entirely in the browser using a form-driven interface. It includes a redesigned experience with a modern-retro theme, plus a separate classic version available at old.html.
- Modern-retro resume builder interface
- Classic original resume builder preserved in
old.html - Personal details, contact, summary, experience, education, and skills
- Upload a profile photo
- Add multiple experience and education entries
- Add and remove skill tags
- Generate a printable resume preview
- Print or download the resume as a PDF
- Switch between the new and classic versions
index.html— redesigned modern resume builderstyle.css— updated styling for the new layoutscript.js— logic for the new resume builderold.html— preserved original version of the appold.css— styling for the classic versionold.js— JavaScript for the classic version
- Clone or download the repository.
- Open
index.htmlin your browser to use the modern version. - Use the "Open classic version" link to access the original layout in
old.html. - Fill in your information and click "Generate Resume".
- Use the Print or Download buttons to export your resume.
- HTML
- CSS
- JavaScript
- The app runs entirely on the client side.
- No server or database is required.
Contributions are welcome. To contribute:
- Fork the repository
- Create a new branch
- Make your changes
- Open a pull request