Skip to content

vaibhav1724/resume-maker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Template Maker

This is a simple web-based resume template maker that allows you to create a basic resume by filling out a form. You can then download the resume as an HTML file. The project includes an HTML file, a CSS file for styling, and a JavaScript file for functionality.

Features

  • Input fields for personal information, education, work experience, skills, and references.
  • Automatically generates a resume template based on the entered information.
  • Allows you to download the resume as an HTML file.

Getting Started

  1. Clone the repository to your local machine.
git clone https://github.com/koalalu007/resume-maker.git
  1. Open the index.html file in your web browser to access the resume template maker.

Usage

  1. Fill out the form with your personal information, education, work experience, skills, and references.
  2. Click the "Download PDF" button.
  3. A resume HTML file will be generated and downloaded to your computer.

Customization

You can customize the project by modifying the index.css file to change the styling of the generated resume.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This project is a simple example of how to create a basic web form and generate HTML content dynamically using JavaScript.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.4%
  • HTML 28.1%
  • CSS 14.5%