A modern, user-friendly resume generator built with Next.js 15 that creates ATS-friendly resumes. Features a live preview and easy PDF download functionality.
Personal Information
Work Experience
Skills & Education
git clone https://github.com/yourusername/resume-generator.git
cd resume-generator
npm install
# or
yarn install
npm run dev
# or
yarn dev
resume-generator/
āāā app/
ā āāā page.tsx # Main page component
āāā components/
ā āāā ui/ # shadcn/ui components
ā āāā molecules
ā āāā āāā personal-info-form.tsx # Personal information form
ā āāā āāā work-experience-form.tsx # Work experience form
ā āāā āāā skills-education-form.tsx# Skills and education form
ā āāā āāā resume-preview.tsx # Live preview component
ā āāā āāā resume-pdf.tsx # PDF generation component
āāā public/
āāā ...
The project uses Tailwind CSS for styling. You can customize the look and feel by:
tailwind.config.js
fileThe PDF output can be customized by modifying the resume-pdf.tsx
file:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE.md file for details.
If you find this project helpful, please give it a āļø on GitHub!
For any issues or feature requests, please use the GitHub issue tracker.
Let me also create a LICENSE file for the project:
```md project="Resume Generator" file="LICENSE.md" type="markdown"
MIT License
Copyright (c) 2024 Resume Generator
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.