Resumplate is a fast, simple, and responsive resume template builder developed using HTML, CSS, and JavaScript. It allows users to create, customize, and download professional resumes with ease.
- Fast & Responsive: Optimized for all devices, ensuring a smooth experience across desktops, tablets, and smartphones.
- User-Friendly: Simple interface that makes resume building intuitive for everyone.
- Clean Design: Professional and minimal layout to make your resume stand out.
- Download as PDF: Easily export your resume as a PDF for sharing or printing.
-
Clone the Repository:
git clone https://github.com/Akhil-2020171/resumplate.git
-
Create Your Resume Template:
- Design your resume content in HTML format. Make sure to include only the
<div>
elements and exclude<head>
and<body>
tags.
- Design your resume content in HTML format. Make sure to include only the
-
Provide a CSS File:
- Name the CSS file the same as the HTML file. For example, if your HTML template is
resume.html
, the CSS file should beresume.css
.
- Name the CSS file the same as the HTML file. For example, if your HTML template is
-
Organize Files:
- Place the
.html
file in the./static/templates/
folder. - Place the corresponding
.css
file in the./static/css/
folder.
- Place the
-
Run Using Go:
Simply execute the command:go run .
Then open your browser and navigate to:
http://localhost:8080
OR
-
Build and Run:
- Build the project:
go build .
- Run the executable:
./resumplate
- Open your browser and go to:
http://localhost:8080
- Build the project:
- Ensure your HTML and CSS files follow the correct naming convention.
- You can customize the templates further by editing the CSS to match your style preferences.