{"id":21332861,"url":"https://github.com/kavyaballa1020/resume-builder-react","last_synced_at":"2025-07-28T23:35:01.662Z","repository":{"id":244500773,"uuid":"815115646","full_name":"kavyaballa1020/Resume-Builder-React","owner":"kavyaballa1020","description":"Create professional resumes effortlessly with our Resume Builder! Choose from two unique styles, customize sections, and preview in real-time. Features include interactive form inputs, profile photo upload, and one-click PDF download.","archived":false,"fork":false,"pushed_at":"2025-07-18T11:33:25.000Z","size":6489,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T15:41:21.660Z","etag":null,"topics":["css","html5","javascript","jsx","react-router","reacthooks","reactjs"],"latest_commit_sha":null,"homepage":"https://rb-react.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kavyaballa1020.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-14T11:39:31.000Z","updated_at":"2025-07-18T11:33:22.000Z","dependencies_parsed_at":"2024-06-15T07:28:37.710Z","dependency_job_id":"88774dca-7c60-4f69-829d-e2da59ae93e5","html_url":"https://github.com/kavyaballa1020/Resume-Builder-React","commit_stats":null,"previous_names":["kavyaballa1020/resume-builder-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kavyaballa1020/Resume-Builder-React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavyaballa1020%2FResume-Builder-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavyaballa1020%2FResume-Builder-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavyaballa1020%2FResume-Builder-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavyaballa1020%2FResume-Builder-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kavyaballa1020","download_url":"https://codeload.github.com/kavyaballa1020/Resume-Builder-React/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavyaballa1020%2FResume-Builder-React/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267604407,"owners_count":24114531,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["css","html5","javascript","jsx","react-router","reacthooks","reactjs"],"created_at":"2024-11-21T22:53:36.466Z","updated_at":"2025-07-28T23:35:01.608Z","avatar_url":"https://github.com/kavyaballa1020.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dynamic Resume Builder\n\n## Introduction\n\nWelcome to the Dynamic Resume Builder! This application allows users to create professional resumes effortlessly. Choose from two unique styles, customize sections, preview in real-time, and download your resume as a PDF with a single click.\n\n## Features\n\n- **Two Unique Styles:** Create resumes in two different styles.\n- **Customizable Sections:** Add and edit personal information, contact details, skills, education, experience, certificates, and languages.\n- **Real-Time Preview:** See changes in real-time as you edit your resume.\n- **Profile Photo Upload:** Upload your profile photo.\n- **PDF Download:** Download your resume as a PDF.\n\n## Live Demo\n\nCheck out the live demo [here](https://rb-react.vercel.app/).\n\n## GitHub Repository\n\nAccess the project repository on GitHub [here](https://github.com/kavyaballa1020/Resume-Builder-React).\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v12 or higher)\n- npm or Yarn\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/kavyaballa1020/Resume-Builder-React.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd Resume-Builder-React\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n### Running the Application\n\nTo start the development server:\n```bash\nnpm start\n# or\nyarn start\n```\n\nThe application will be available at `http://localhost:3000`.\n\n### Building for Production\n\nTo create a production build:\n```bash\nnpm run build\n# or\nyarn build\n```\n\n## Usage\n\n1. **Home Page:** Start by navigating to the home page where you can choose to create a resume in one of two styles.\n   \n   \u003cimg src=\"src/components/screenshots/Resume1.jpg\" alt=\"Home Page\" width=\"500\"\u003e\n2. **Form:** Fill out the form fields to customize your resume. All changes are reflected in real-time.\n   \n   \u003cimg src=\"src/components/screenshots/Resume2.jpg\" alt=\"Form Page\" width=\"500\"\u003e\n\n## Skills and Technologies\n\n- **React**\n- **JavaScript (ES6+)**\n- **HTML \u0026 CSS**\n- **React Router**\n- **Hooks (useState, useEffect)**\n- **Custom Hooks**\n- **JSX**\n- **State Management**\n- **Form Handling**\n- **File Handling**\n- **PDF Generation (jsPDF, html2canvas)**\n- **Responsive Design**\n- **Git \u0026 GitHub**\n- **Vercel**\n- **npm/Yarn**\n- **ESLint/Prettier**\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Acknowledgments\n\nThank you to all the open-source projects and contributors that helped make this application possible.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavyaballa1020%2Fresume-builder-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkavyaballa1020%2Fresume-builder-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavyaballa1020%2Fresume-builder-react/lists"}