{"id":24300525,"url":"https://github.com/abubokkor98/career-compass","last_synced_at":"2026-04-10T15:37:28.012Z","repository":{"id":271077489,"uuid":"912338516","full_name":"Abubokkor98/career-compass","owner":"Abubokkor98","description":"Career Compass: A platform offering career counseling and guidance with features like personalized advice, resources, and expert consultations. Built as part of my Programming Hero course assignment.","archived":false,"fork":false,"pushed_at":"2025-01-14T07:59:36.000Z","size":1049,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T23:06:55.584Z","etag":null,"topics":["authentication","firebase-auth","framer-motion","react-awesome-reveal","react-helmet-async","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://career-compass-auth.web.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/Abubokkor98.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":"2025-01-05T09:46:38.000Z","updated_at":"2025-01-14T08:04:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"88bddea8-1cfd-43b5-bcf3-8b86d2966a16","html_url":"https://github.com/Abubokkor98/career-compass","commit_stats":null,"previous_names":["abubokkor98/career-compass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abubokkor98/career-compass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abubokkor98%2Fcareer-compass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abubokkor98%2Fcareer-compass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abubokkor98%2Fcareer-compass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abubokkor98%2Fcareer-compass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abubokkor98","download_url":"https://codeload.github.com/Abubokkor98/career-compass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abubokkor98%2Fcareer-compass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453743,"owners_count":23011576,"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":["authentication","firebase-auth","framer-motion","react-awesome-reveal","react-helmet-async","reactjs","tailwindcss"],"created_at":"2025-01-16T23:14:32.077Z","updated_at":"2025-12-30T22:31:31.630Z","avatar_url":"https://github.com/Abubokkor98.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Career Compass 🎓\n\n**Career Compass** is a career counseling platform designed to guide individuals toward achieving their professional goals. The platform provides personalized recommendations, expert advice, and a streamlined user experience to help users navigate their career journey effectively.\n\n## Live Demo 🚀\n\nCheck out the live version of the application: [Career Compass Live](https://career-compass-auth.web.app)\n\n## Features ✨\n\n- **Personalized Career Recommendations**: Tailored suggestions based on user input and interests.\n- **Expert Guidance**: Access to career counseling resources and expert advice.\n- **Resource Library**: A collection of career-related articles, tips, and tutorials.\n- **User-Friendly Interface**: Responsive and intuitive design for seamless navigation.\n- **Secure Authentication**: User authentication powered by Firebase.\n\n## Tech Stack 🛠️\n\n- **Frontend**: React.js, TailwindCSS\n- **Authentication**: Firebase Authentication\n- **Animation**: Framer Motion, React Awesome Reveal\n- **Additional Libraries**: React Helmet Async\n\n## Installation and Setup 🚀\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Abubokkor98/career-compass.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd career-compass\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Set up Firebase:\n   - Create a Firebase project at [Firebase Console](https://console.firebase.google.com/).\n   - Enable Authentication and configure the desired sign-in methods.\n   - Copy the Firebase configuration and create a `.env` file in the root directory.\n   - Add the following variables:\n     ```plaintext\n     REACT_APP_FIREBASE_API_KEY=your-firebase-api-key\n     REACT_APP_FIREBASE_AUTH_DOMAIN=your-firebase-auth-domain\n     REACT_APP_FIREBASE_PROJECT_ID=your-firebase-project-id\n     REACT_APP_FIREBASE_STORAGE_BUCKET=your-firebase-storage-bucket\n     REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your-firebase-messaging-sender-id\n     REACT_APP_FIREBASE_APP_ID=your-firebase-app-id\n     ```\n5. Start the development server:\n   ```bash\n   npm start\n   ```\n6. Access the application at `http://localhost:5173`.\n\n\n\n## Folder Structure 📂\n\n```\ncareer-compass/\n├── public/\n├── src/\n│   ├── components/\n│   ├── pages/\n│   ├── context/\n│   ├── hooks/\n│   ├── utils/\n│   ├── App.jsx\n│   ├── index.js\n├── .env\n├── package.json\n└── README.md\n```\n\n\n## Contributing 🤝\n\nContributions are welcome! Feel free to fork the repository and submit a pull request.\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add feature-name\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a pull request.\n\n## License 📜\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact 📧\n\n- **Name**: Abu Bokkor Siddik\n- **GitHub**: [Abubokkor98](https://github.com/Abubokkor98)\n- **Email**: mail.abubokkor@gmail.com\n\n---\n\n_Embark on your career journey with **Career Compass**!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabubokkor98%2Fcareer-compass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabubokkor98%2Fcareer-compass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabubokkor98%2Fcareer-compass/lists"}