A modern browser-based resume builder with polished UI, multi-theme support, live preview, and one-click PDF/DOCX export.
Skynet Pro Plus Resume Builder is a feature-rich, browser-based resume builder. Fill out a dynamic form with your personal info, experience, education, and skills — see a live, professional preview update in real time, then export to PDF or DOCX. Includes multiple theme options, localStorage draft persistence, and a responsive layout that works on desktop and mobile.
- Multi-theme support — switch between polished resume templates
- Live preview — updates instantly as you type
- PDF export — print-ready output via html2pdf.js
- DOCX export — editable Word document via docx.js and FileSaver.js
- localStorage persistence — your draft is saved automatically in the browser
- No build step — pure HTML/CSS/JS
- Responsive design — works on desktop and mobile
-
Clone or download:
git clone https://github.com/Skynet-Pro-Plus/skynet-pro-plus-resume-builder.git cd skynet-pro-plus-resume-builder -
Open
index.htmlin any modern browser. -
Fill in your details on the left panel.
-
Choose a theme and watch the preview update in real time.
Note: An internet connection is required on first load to fetch CDN libraries.
| Field | Format |
|---|---|
| Personal Info | Plain text for name, title, email, phone, location, website |
| Summary | Free-form paragraph |
| Experience | One entry per line: Company | Role | Start – End | Description |
| Education | One entry per line: School | Degree | Year |
| Skills | Comma-separated: JavaScript, Python, SQL |
Export to PDF: Click the Export PDF button for a print-ready US Letter PDF.
Export to DOCX: Click the Export DOCX button for an editable Word document.
skynet-pro-plus-resume-builder/
├── index.html # Main page — form + preview, CDN script tags
├── style.css # Multi-theme styling
├── script.js # Form logic, live preview, themes, export
└── README.md # This file
All loaded from CDN — no installation required.
| Library | Purpose |
|---|---|
| html2pdf.js | PDF export |
| docx | DOCX generation |
| FileSaver.js | File download |
- Fork the repository.
- Create a feature branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add your feature'). - Push to the branch (
git push origin feature/your-feature). - Open a Pull Request.
This project is licensed under the MIT License.