Resume Generator is a tool designed to simplify the process of creating professional resumes. By inputting your information into the application, you can generate a resume using a pre-designed template, which can be downloaded as a PDF file. This project aims to provide a quick and easy solution for job seekers to create their resumes.
Try out the live demo of Resume Generator here.
Resume Generator is built with the following technologies:
- React.js: For building the user interface
- Vite: As the build tool for the project
- Tailwind CSS: For styling the application
- Shadcn: For component styling
- Zustand: For state management
- Html2canvas: For capturing the resume as an image
- jspdf: For generating the PDF from the captured image
To get started with Resume Generator, follow these steps:
- Clone the repository:
git clone https://github.com/sunhak-hout/resume-generator
- Navigate to the project directory:
cd resume-generator
- Install the dependencies:
npm install
- Run the development server:
npm run dev
We welcome contributions to Resume Generator! If you have suggestions, bug reports, or would like to contribute code:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/new-feature
. - Commit your changes:
git commit -am 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
We appreciate your help in making Resume Generator even better!
This project is licensed under the MIT License. See the LICENSE file for details.