Skip to content

Skynet-Pro-Plus/skynet-pro-plus-resume-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skynet Pro Plus Resume Builder

License: MIT HTML JavaScript No Build Step

A modern browser-based resume builder with polished UI, multi-theme support, live preview, and one-click PDF/DOCX export.


Table of Contents


Overview

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.

Key Features

  • 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

Quick Start

  1. Clone or download:

    git clone https://github.com/Skynet-Pro-Plus/skynet-pro-plus-resume-builder.git
    cd skynet-pro-plus-resume-builder
  2. Open index.html in any modern browser.

  3. Fill in your details on the left panel.

  4. Choose a theme and watch the preview update in real time.

Note: An internet connection is required on first load to fetch CDN libraries.

Usage

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.

Project Structure

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

Dependencies

All loaded from CDN — no installation required.

Library Purpose
html2pdf.js PDF export
docx DOCX generation
FileSaver.js File download

Contributing

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License.

About

Modern resume builder with polished UI and multi-theme support

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors