{"id":25201024,"url":"https://github.com/habibchy947/mentor-quest","last_synced_at":"2026-04-02T18:53:16.651Z","repository":{"id":271537394,"uuid":"913765051","full_name":"habibchy947/Mentor-Quest","owner":"habibchy947","description":"Dynamic Career Counseling Website built with React and Firebase, providing personalized guidance and professional services.","archived":false,"fork":false,"pushed_at":"2025-01-08T10:32:06.000Z","size":1060,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T04:36:12.978Z","etag":null,"topics":["firebase","json","react","tailwindcss"],"latest_commit_sha":null,"homepage":"https://mentor-quest-habib.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/habibchy947.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-08T10:04:33.000Z","updated_at":"2025-01-08T10:32:10.000Z","dependencies_parsed_at":"2025-01-12T07:33:20.385Z","dependency_job_id":null,"html_url":"https://github.com/habibchy947/Mentor-Quest","commit_stats":null,"previous_names":["habibchy947/mentor-quest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibchy947%2FMentor-Quest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibchy947%2FMentor-Quest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibchy947%2FMentor-Quest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/habibchy947%2FMentor-Quest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/habibchy947","download_url":"https://codeload.github.com/habibchy947/Mentor-Quest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247239019,"owners_count":20906551,"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":["firebase","json","react","tailwindcss"],"created_at":"2025-02-10T04:36:14.800Z","updated_at":"2025-12-30T22:48:07.389Z","avatar_url":"https://github.com/habibchy947.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mentor Quest\n\nThe Mentor Quest Website is a dynamic, single-page application designed to help users make informed decisions about their career paths by providing professional guidance, personalized advice, and curated resources. Built with a focus on functionality and responsiveness, this platform ensures a seamless user experience across all devices.\n\n\n\n\n\n## Take a look\n![mentor-quest-readme](https://github.com/user-attachments/assets/b1a11fd8-ccdc-4b91-8e98-b5fdba04a66d)\n## 🛠️ Technologies Used\n### Frontend\n- React.js\n- React Router\n- Tailwind CSS\n### Authentication\n- Firebase\n### Animation\n- Swiper\n### Hosting\n- Firebase\n\n\n\n\n\n\n## 🔑 Key Features\n\n  **Comprehensive Career Services**:  \n   - Browse and learn about various services like career counseling and resume review.  \n   - Protected service details pages with complete information.  \n\n  **Secure Authentication**:  \n   - Login and registration via email/password and Google.  \n   - Persistent login state across page reloads using Firebase's `onAuthStateChanged()`.  \n\n  **Responsive Design**:  \n   - Optimized for mobile, tablet, and desktop devices.  \n\n  **Dynamic Profile Management**:  \n   - Edit name and profile picture using Firebase's `updateProfile()` method.  \n\n  **Additional Features**:  \n   - Forgot password functionality with email-based reset.  \n   - Eye-catching animations with AOS and Swiper Slider.  \n   - Custom 404 page and an extra private route.  \n\n\n\n\n\n\n\n    \n## 📦 Dependencies\n- `\"animate.css\":` \"^4.1.1\",\n- `\"firebase\":` \"^11.0.2\",\n- `\"localforage\":` \"^1.10.0\",\n- `\"match-sorter\":` \"^8.0.0\",\n- `\"react\":` \"^18.3.1\",\n- `\"react-awesome-button\":` \"^7.0.5\",\n- `\"react-dom\":` \"^18.3.1\",\n- `\"react-helmet-async\":` \"^2.0.5\",\n- `\"react-hot-toast\":` \"^2.4.1\",\n- `\"react-icons\":` \"^5.3.0\",\n- `\"react-router-dom\":` \"^6.28.0\",\n- `\"sort-by\":` \"^1.2.0\",\n- `\"swiper\":` \"^11.1.14\"\n## ⚙️ Run Locally\nFollow these steps to run the project on your local machine: \nClone the project\n\n```bash\n  git clone https://github.com/habibchy947/Mentor-Quest.git\n```\n\nGo to the project directory\n\n```bash\n  cd Mentor-Quest\n```\n\nInstall dependencies fro both client and server\n\n```bash\n  npm install\n```\nCreate a .env.local file in root path and add below api_key from firebase with the following:\n```bash\n  REACT_APP_FIREBASE_API_KEY=your_api_key  \n  REACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain  \n  REACT_APP_FIREBASE_PROJECT_ID=your_project_id  \n  REACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket  \n  REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id  \n  REACT_APP_FIREBASE_APP_ID=your_app_id  \n```\n\nStart the server\n\n```bash\n  npm run start\n```\n\n\n## 🌐Live link\n\n- ## [https://mentor-quest-habib.netlify.app](https://mentor-quest-habib.netlify.app)\n\n\n\n\n## 📋 Relevant Links\n- **Github repo**  [https://github.com/habibchy947/Mentor-Quest.git](https://github.com/habibchy947/Mentor-Quest.git)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibchy947%2Fmentor-quest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhabibchy947%2Fmentor-quest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhabibchy947%2Fmentor-quest/lists"}