Skip to content

CyberVerve07/ResumeBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumeBuilderEnhanced

Modern, single-file Java Swing application to quickly build and export a professional resume (HTML).
Focused on practicality: responsive input layout, HTML preview, export to HTML, dark theme toggle, and fields for projects & social links.


πŸ”Ž Project Overview

What it does

  • Collects user data (name, title, contact, education, skills, experience, projects, LinkedIn/GitHub/portfolio).
  • Renders a modern HTML preview inside the app.
  • Exports the resume as a standalone resume.html.
  • Includes a dark theme toggle and clear/export buttons.

Tech

  • Java (8+), Swing
  • Single-file implementation: ResumeBuilderEnhanced.java

✨ Features

  • Clean input layout using GridBagLayout
  • HTML preview with simple styling (accent color)
  • Export to HTML (file chooser)
  • Dark / Light theme toggle
  • Placeholder helpers for quick editing

πŸš€ Quick start (run locally)

Requirements

  • Java JDK 8 or later installed
  • javac and java on PATH

Compile & Run

# compile
javac ResumeBuilderEnhanced.java

# run
java ResumeBuilderEnhanced

Releases

No releases published

Packages

 
 
 

Contributors

Languages