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
- Clone the repository to your local machine.
git clone https://github.com/koalalu007/resume-maker.git
- Open the
index.html
file in your web browser to access the resume template maker.
Usage
- Fill out the form with your personal information, education, work experience, skills, and references.
- Click the "Download PDF" button.
- 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.