{"id":26384730,"url":"https://github.com/indirapriyadharshini-63/resume-builder","last_synced_at":"2026-04-18T14:31:47.629Z","repository":{"id":249859224,"uuid":"832725382","full_name":"IndiraPriyadharshini-63/Resume-Builder","owner":"IndiraPriyadharshini-63","description":"ResumeCrafter - Web Application","archived":false,"fork":false,"pushed_at":"2025-03-05T15:55:56.000Z","size":1552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T07:38:28.610Z","etag":null,"topics":["jspdf","react-router","react-router-dom","reactjs","redux","resume-builder","resume-template"],"latest_commit_sha":null,"homepage":"https://res-crafter.vercel.app/","language":"JavaScript","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/IndiraPriyadharshini-63.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}},"created_at":"2024-07-23T15:42:02.000Z","updated_at":"2025-03-05T15:56:01.000Z","dependencies_parsed_at":"2024-09-09T17:25:02.284Z","dependency_job_id":"5a2a878a-9eb8-4bc9-a06c-fdde6c89c3c8","html_url":"https://github.com/IndiraPriyadharshini-63/Resume-Builder","commit_stats":null,"previous_names":["indirapriyadharshini-63/resume-builder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndiraPriyadharshini-63/Resume-Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndiraPriyadharshini-63%2FResume-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndiraPriyadharshini-63%2FResume-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndiraPriyadharshini-63%2FResume-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndiraPriyadharshini-63%2FResume-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndiraPriyadharshini-63","download_url":"https://codeload.github.com/IndiraPriyadharshini-63/Resume-Builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndiraPriyadharshini-63%2FResume-Builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31972263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["jspdf","react-router","react-router-dom","reactjs","redux","resume-builder","resume-template"],"created_at":"2025-03-17T07:32:29.802Z","updated_at":"2026-04-18T14:31:47.591Z","avatar_url":"https://github.com/IndiraPriyadharshini-63.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Resume Crafter Web Application](https://rescrafter.netlify.app/)\n\n## 📌 Project Overview\nThe **Resume Crafter** is a web application that allows users to create professional resumes with ease. Users can input their details, select a template, and generate a well-structured resume in various formats. Built using **React** and **Redux**, this application ensures a smooth and interactive user experience.\n\n## 🚀 Features\n- User-friendly interface for inputting personal, educational, and professional details\n- Multiple resume templates to choose from\n- Live preview of the resume as users input data\n- State management using **Redux** for a seamless experience\n- Download resumes in PDF format\n- Responsive design for mobile and desktop users\n\n## 🛠️ Tech Stack\n- **Frontend:** React, Redux\n- **State Management:** Redux Toolkit\n- **Styling:**  CSS\n- **PDF Generation:** jsPDF\n- **Routing:** React Router\n\n## 📂 Project Structure\n```\n📦 resume-builder\n├── 📂 public              # Static assets\n├── 📂 src\n│   ├── 📂 components      # Reusable UI components\n│   ├── 📂 pages           # Application pages\n│   ├── 📂 redux           # Redux store \u0026 slices\n│   ├── 📂 templates       # Resume templates\n│   ├── 📂 utilities       # Helper functions\n│   ├── 📜 App.js          # Main application component\n│   ├── 📜 App.css         # Main styling file\n│   ├── 📜 index.js        # Entry point\n├── 📜 package.json        # Dependencies \u0026 scripts\n├── 📜 README.md           # Project documentation\n```\n\n## 🎯 Getting Started\n\n### Prerequisites\nEnsure you have **Node.js** and **npm** installed on your system.\n\n### Installation\n```bash\n# Clone the repository\ngit clone https://github.com/IndiraPriyadharshini-63/resume-builder.git\n\n# Navigate to the project directory\ncd resume-builder\n\n# Install dependencies\nnpm install\n```\n\n### Running the Application\n```bash\n# Start the development server\nnpm start\n```\nThe app should now be running at `http://localhost:3000/`\n\n### Build for Production\n```bash\nnpm run build\n```\n\n## 🔧 Redux State Management\nThis project utilizes **Redux Toolkit** for efficient state management. The state is divided into slices such as:\n- `userSlice` → Stores personal and professional details\n- `templateSlice` → Handles selected resume templates\n\n\n## 🖼️ Screenshots\n![home (4) 1](https://github.com/user-attachments/assets/ab19674c-0b4b-40e0-907e-8a7b451fd709)\n\n![personal-info 1](https://github.com/user-attachments/assets/7902a53e-4384-4d3a-94ef-747fcf5ac2eb)\n\n## 📌 Future Improvements\n- Support for more templates\n- Integration with cloud storage for saving resumes\n- AI-based resume suggestions\n- Export as Word document\n\n## 🤝 Contribution\nContributions are welcome! Feel free to fork the repo and submit a pull request.\n\n---\n⭐ **Star this repository** if you find it useful!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findirapriyadharshini-63%2Fresume-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findirapriyadharshini-63%2Fresume-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findirapriyadharshini-63%2Fresume-builder/lists"}