Markdown Resume is an open-source project that helps users create professional resumes. You write your resume in markdown format, and the editor lets you preview, apply different themes, customize, and export it as a PDF.
- Write in Markdown: Use simple markdown to write your resume content.
- Live Preview: See your resume as you type, so you know how it looks.
- Different Themes: Choose from multiple styles to make your resume unique.
- Custom Fonts, Layout and Colors: Adjust fonts, sizes, line heights, colors, and more to fit your personal style.
- Export as PDF: Export your resume as a PDF document that’s ready to share.
Here are some examples of resumes created with this tool:
To run the project locally:
1.Install the dependencies:
npm install
2.Run the development server:
npm run dev
5.Open http://localhost:3000 in your browser to see the application.
We welcome contributions! To contribute:
- Fork the repository
- Create your branch (git checkout -b feature/YourFeature)
- Commit changes (git commit -am 'Add feature')
- Push the branch (git push origin feature/YourFeature)
- Create a Pull Request
Licensed under the MIT License.
For questions or support, please contact [email protected].