a simple resume builder by mariware
Create, preview, and download a resume easily. Live Demo: resuméd
resuméd is a lightweight, user-friendly tool designed to help individuals quickly create their own resume. It focuses on simplicity and accessibility, guiding users through a structured form while generating a real-time preview of the resume.
- ✍️ User Input Form: Fill out details like contact info, education, work experience, and skills.
- 📄 Real-time Resume Preview: Instantly see updates with a PDF preview.
- 📥 Download as PDF: Export resumes in a PDF format.
- 🎨 Responsive Design: Works on desktop and mobile screens.
This app is built with Next.js primarily for its project structure and routing. It is developed on
React for modular, component-based rendering and efficient state management. It is styled with
TailwindCSS for a responsive and maintainable UI design. The app is also integrated with React-PDF for generating, previewing, and downloading resumes in PDF format.
Clone the repository:
git clone https://github.com/yourusername/resume-builder.git
cd resume-builderInstall dependencies:
npm installRun the development server:
npm run devThe app will be available at http://localhost:3000.
This project was created as part of The Odin Project's Full Stack Course. It is intended as a practice project.


