{"id":28210480,"url":"https://github.com/coderomm/enhance-cv","last_synced_at":"2025-06-11T00:33:07.602Z","repository":{"id":293094026,"uuid":"982276479","full_name":"coderomm/Enhance-CV","owner":"coderomm","description":"Resume Builder","archived":false,"fork":false,"pushed_at":"2025-06-03T20:55:34.000Z","size":1071,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T23:45:52.633Z","etag":null,"topics":["nextjs","nextjs15","redux","redux-toolkit","resume-builder","tailwindcss"],"latest_commit_sha":null,"homepage":"https://enhancecv.omsharma.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderomm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-12T16:27:41.000Z","updated_at":"2025-06-03T20:55:36.000Z","dependencies_parsed_at":"2025-05-13T17:22:25.362Z","dependency_job_id":"f00c2cac-db8a-4225-a37b-e3b8f4e4a008","html_url":"https://github.com/coderomm/Enhance-CV","commit_stats":null,"previous_names":["coderomm/enhance-cv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderomm%2FEnhance-CV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderomm%2FEnhance-CV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderomm%2FEnhance-CV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderomm%2FEnhance-CV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderomm","download_url":"https://codeload.github.com/coderomm/Enhance-CV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderomm%2FEnhance-CV/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259175742,"owners_count":22817053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","nextjs15","redux","redux-toolkit","resume-builder","tailwindcss"],"created_at":"2025-05-17T17:10:05.039Z","updated_at":"2025-06-11T00:33:07.589Z","avatar_url":"https://github.com/coderomm.png","language":"TypeScript","readme":"# Modern Resume Builder\n\nAn interactive and feature-rich resume builder that empowers users to craft professional resumes with ease. Offers a variety of templates, customizable sections, drag-and-drop functionality, and real-time editing.\n\n\u003c!-- ![Resume Builder Screenshot](https://placeholder.svg?height=400\u0026width=800) --\u003e\n\n---\n\n## ✨ Features\n\n- **Multiple Templates** – Choose from elegant, double-column, timeline, and other modern templates\n- **Drag-and-Drop Interface** – Intuitively rearrange resume sections\n- **Real-Time Editing** – Instantly preview changes as you type\n- **Customizable Sections** – Add, remove, or tweak sections such as:\n\n  - Education\n  - Work Experience\n  - Skills\n  - Languages\n  - Achievements\n  - Custom Sections\n\n- **PDF Export** – Download your resume as a polished PDF\n- **Responsive Design** – Fully functional on desktop and tablet\n- **Undo/Redo** – Maintain full edit history with undo/redo support\n- **Photo Upload** – Option to add a professional headshot\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js v16.x or higher\n- npm or Yarn\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/coderomm/Enhance-CV.git\ncd resume-builder\n\n# Install dependencies\nnpm install\n# or\nyarn install\n\n# Start the development server\nnpm run dev\n# or\nyarn dev\n```\n\nVisit `http://localhost:3000` in your browser to get started.\n\n---\n\n## 🧑‍💻 Usage Guide\n\n### Creating a New Resume\n\n1. A sample resume is preloaded when you open the app\n2. Click on any section to begin editing\n3. Use the sidebar to add sections, switch templates, or download your resume\n\n### Editing Content\n\n- Click directly on text to edit\n- Use the floating toolbar to add entries or tweak settings\n- Right-click entries for additional options like visibility controls\n\n### Rearranging Sections\n\n1. Click **\"Rearrange\"** in the sidebar\n2. Drag and drop to reorder\n3. Click **\"Continue Editing\"** to apply changes\n\n### Changing Templates\n\n1. Open the **\"Templates\"** tab in the sidebar\n2. Preview available templates\n3. Click **\"Apply Template\"** to use the selected one\n\n### Exporting Your Resume\n\n1. Click **\"Download\"** in the sidebar\n2. The resume will be exported as a PDF\n3. Filename is auto-generated using your name (e.g., `john_doe_resume.pdf`)\n\n---\n\n## ⚙️ Architecture Overview\n\nBuilt with a modern React architecture powered by Next.js and Redux.\n\n### 🧩 Core Components\n\n- **ResumeBuilder** – Central app logic and layout\n- **Sidebar** – Tools for resume management and actions\n- **ResumeTemplates** – Elegant, double-column, and timeline template components\n- **ResumeSection** – Dynamically renders different resume sections\n- **EditableText** – Inline content editor for seamless text updates\n\n### 🗂 State Management (Redux)\n\n- `resumeSlice` – Manages resume data and sections\n- `settingsSlice` – Handles template choice and UI settings\n- `uiSlice` – Controls modals, loading, and general UI state\n\n### 📄 PDF Export Flow\n\nA dedicated module:\n\n1. Captures the resume DOM\n2. Processes it for accurate rendering\n3. Generates a downloadable PDF\n\n---\n\n## 🛠 Tech Stack\n\n- **Next.js** – Fullstack React framework\n- **TypeScript** – Type-safe development\n- **Redux Toolkit** – Scalable state management\n- **Tailwind CSS** – Utility-first CSS styling\n- **shadcn/ui** – Beautiful component library\n- **hello-pangea/dnd** – For drag-and-drop functionality\n- **html2canvas** \u0026 **jsPDF** – For PDF generation\n- **Framer Motion** – Smooth animations and transitions\n\n---\n\n## 📁 Project Structure\n\n```\nresume-builder/\n├── app/                  # Next.js app directory\n├── components/           # React components\n│   ├── ui/               # shadcn UI components\n│   ├── resume-*.tsx      # Resume-specific components\n│   └── ...\n├── lib/                  # Utilities and Redux store\n│   ├── features/         # Redux slices\n│   ├── pdf-export.ts     # PDF generation module\n│   ├── store.ts          # Redux store config\n│   └── types.ts          # Type definitions\n├── public/               # Static assets\n│   └── templates/        # Template thumbnails\n└── ...\n```\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions!\n\n1. Fork the repository\n2. Create your feature branch\n\n   ```bash\n   git checkout -b feature/amazing-feature\n   ```\n\n3. Commit your changes\n\n   ```bash\n   git commit -m \"Add amazing feature\"\n   ```\n\n4. Push your branch\n\n   ```bash\n   git push origin feature/amazing-feature\n   ```\n\n5. Open a Pull Request\n\n---\n\n## 📄 License\n\nLicensed under the [MIT License](./LICENSE).\n\n---\n\n## 🙏 Acknowledgments\n\n- [shadcn/ui](https://ui.shadcn.com/) for components\n- [hello-pangea/dnd](https://github.com/hello-pangea/dnd) for drag-and-drop\n- [html2canvas](https://html2canvas.hertzen.com/) \u0026 [jsPDF](https://parall.ax/products/jspdf) for PDF export\n\n---\n\nBuilt with ❤️ by **\\[Om Sharma]**\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderomm%2Fenhance-cv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderomm%2Fenhance-cv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderomm%2Fenhance-cv/lists"}