{"id":22552762,"url":"https://github.com/codeincrypt/resume-builder-react","last_synced_at":"2026-04-30T11:36:10.554Z","repository":{"id":265122621,"uuid":"894644487","full_name":"codeincrypt/resume-builder-react","owner":"codeincrypt","description":"Created resume builder (clone of Resume.io). You can use your gmail account to login into resume builder and create your resume with different types of templates. Built in UI - React Js, database - Firebase and deployed on Netlify, You can also create your own template and raise an PR to build","archived":false,"fork":false,"pushed_at":"2025-01-25T22:27:15.000Z","size":840,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T07:44:16.435Z","etag":null,"topics":["firebase","googleauth","netlify","react"],"latest_commit_sha":null,"homepage":"https://codeincrypt-resume-builder.netlify.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/codeincrypt.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":"2024-11-26T18:10:43.000Z","updated_at":"2025-01-25T22:27:19.000Z","dependencies_parsed_at":"2025-07-05T07:38:24.695Z","dependency_job_id":"b4ec1a49-5bc8-464e-b4fe-1e600c349e64","html_url":"https://github.com/codeincrypt/resume-builder-react","commit_stats":null,"previous_names":["codeincrypt/resume-builder-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeincrypt/resume-builder-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fresume-builder-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fresume-builder-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fresume-builder-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fresume-builder-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeincrypt","download_url":"https://codeload.github.com/codeincrypt/resume-builder-react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeincrypt%2Fresume-builder-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["firebase","googleauth","netlify","react"],"created_at":"2024-12-07T18:07:22.609Z","updated_at":"2026-04-30T11:36:10.535Z","avatar_url":"https://github.com/codeincrypt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resume Builder (Clone of Resume.io)\n\nA web application that allows users to create professional resumes effortlessly. Users can log in using their Gmail accounts, choose from a variety of pre-designed templates, and customize their resumes to suit their needs.\n\n---\n\n## Features\n\n- **User Authentication**: Log in using your Gmail account for a seamless experience.\n- **Template Selection**: Choose from multiple professionally designed templates.\n- **Customization**: Personalize your resume to reflect your style and needs.\n- **Create Your Own Templates**: Design and contribute your templates to the platform by raising a pull request (PR).\n\n---\n\n## Tech Stack\n\n- **Frontend**: React.js for building a responsive and user-friendly interface.\n- **Database**: Firebase Firestore for secure data storage.\n- **Hosting**: Deployed on Netlify for fast and reliable access.\n\n---\n\n## Getting Started\n\nFollow the steps below to set up the project locally:\n\n### Prerequisites\n\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/) (version 14.x or later)\n- [Firebase CLI](https://firebase.google.com/docs/cli)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/resume-builder.git\n   cd resume-builder\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Set up Firebase:\n   - Create a Firebase project in the [Firebase Console](https://console.firebase.google.com/).\n   - Copy your Firebase configuration and create a `.env` file in the project root:\n     ```env\n     REACT_APP_API_KEY=YOUR_API_KEY\n     REACT_APP_AUTH_DOMAIN=YOUR_AUTH_DOMAIN\n     REACT_APP_PROJECT_ID=YOUR_PROJECT_ID\n     REACT_APP_STORAGE_BUCKET=YOUR_STORAGE_BUCKET\n     REACT_APP_MESSAGING_SENDER_ID=YOUR_MESSAGING_SENDER_ID\n     REACT_APP_APP_ID=YOUR_APP_ID\n     ```\n\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n\nAccess the app at `http://localhost:3000`.\n\n---\n\n## Deployment\n\nTo deploy the app on Netlify:\n\n1. Build the project:\n   ```bash\n   npm run build\n   ```\n\n2. Deploy the `build` folder to Netlify using the Netlify CLI or the Netlify dashboard.\n\n---\n\n## Contribution\n\nContributions are welcome! If you'd like to contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/new-template\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Added a new resume template\"\n   ```\n4. Push your branch:\n   ```bash\n   git push origin feature/new-template\n   ```\n5. Open a pull request.\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nFeel free to explore, create, and contribute to the project!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeincrypt%2Fresume-builder-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeincrypt%2Fresume-builder-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeincrypt%2Fresume-builder-react/lists"}