Better resumes with code, made easy to follow!
Resumez is a modern, full-stack web application that streamlines resume creation and management for developers and professionals. Write, customize, and export beautiful, professional resumes with live preview and clean, documented code. Great for both engineers and non-technical users!
- Code-Enhanced Resume Builder: Add code snippets or technical descriptions to showcase your projects and skills.
- Easy Customization: Multiple templates and flexible sections.
- Live Preview: Instantly see your resume changes.
- Export as PDF/Print: Download or print with one click.
- Responsive UI: Works on all devices.
- Secure: Your data is private and protected.
- Modern Stack: Built with the latest JavaScript technologies.
-
More Screenshots:
View more screenshots in the frontend/public directory โ -
Demo Video:
click for demo video
# 1. Clone the repository
git clone https://github.com/DCchoudhury15/resumez.git
cd resumez
# 2. Install backend dependencies
cd backend
npm install
# 3. Install frontend dependencies
cd ../frontend
npm install
# 4. Configure environment variables (backend/.env)
# 5. Start backend server
cd ../backend
npm start
# 6. Start frontend server
cd ../frontend
npm run devVisit http://localhost:3000 in your browser.
- Register or log in.
- Start a new resume, add your sections, and (optionally) insert code or project descriptions.
- Use the live preview to see your resume as you work.
- Download or print your resume when ready.
- Frontend: JavaScript, HTML, CSS, Vite
- Backend: Node.js, Express
- Linting: ESLint
- Other: Environment variables for config
We welcome contributions!
- Fork the repository.
- Create a feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -am 'Add new feature') - Push to GitHub (
git push origin feature/YourFeature) - Open a pull request.
Please stick to the coding style and provide clear documentation for any code you add.
- Author: DCchoudhury15
- Repository: https://github.com/DCchoudhury15/resumez
- For questions, open an issue or reach out via GitHub.
.png)