Visit site at https://mewankyrshan.github.io/resumeBuilder/
The Resume Builder Web App is a simple yet powerful tool for creating professional resumes online. With a user-friendly interface and intuitive design, users can easily create, customize, and download their resumes in various formats.
- Resume Creation: Easily create and customize resumes with customizable templates and sections.
- Download and Print: Download resumes in PDF or Word format, or print directly from the web app.
- Responsive Design: The web app is fully responsive, ensuring a seamless experience across devices.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Mewankyrshan/resume-builder.git
- Navigate to the project directory:
cd resume-builder
- Open
index.html
in your web browser.
- Start creating your resume by adding personal details, education, experience, skills, etc.
- Preview your resume and make any necessary adjustments.
- Download your resume in PDF or Word format, or print directly from the web app.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.