https://github.com/rafirabby13/career-compass
Repository showcasing the Career Compass project with a live link, technical stack, and detailed features for career counseling and user management.
https://github.com/rafirabby13/career-compass
css3 firebase html5 javascript reactjs tailwindcss
Last synced: 3 months ago
JSON representation
Repository showcasing the Career Compass project with a live link, technical stack, and detailed features for career counseling and user management.
- Host: GitHub
- URL: https://github.com/rafirabby13/career-compass
- Owner: rafirabby13
- Created: 2025-01-08T10:54:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T05:33:38.000Z (over 1 year ago)
- Last Synced: 2025-04-06T16:49:32.443Z (over 1 year ago)
- Topics: css3, firebase, html5, javascript, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://career-counseling-440b5.web.app/
- Size: 29.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Career compass
###
Career Compass is a career counseling website designed to provide users with personalized career guidance and resources. The website includes user authentication, profile management, and detailed services, all within an intuitive interface.
###
Live Site: https://career-counseling-440b5.web.app/
###
###
###
Features
###
🏠 Interactive Navbar – Displays the logged-in user's image and name on hover.
🔐 Authentication – Includes Registration, Login, and Sign-Out with a user-friendly interface.
📋 Service Details – Users can explore detailed descriptions by clicking the "Learn More" button.
👤 Profile Management – Logged-in users can update their profiles using a simple form with a "Save Changes" button.
🔑 Password Reset – Users can reset their password using the "Forget Password" feature.
🌗 Dark/Light Theme Toggle – A user-friendly switch for seamless theme changes.
###
Dependencies
###
"animate.css": "^4.1.1",
"axios": "^1.7.9",
"firebase": "^11.1.0",
"framer-motion": "^10.18.0",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.0",
"react-toastify": "^11.0.2",
"react-tooltip": "^5.28.0",
"sweetalert2": "^11.15.3",
"swiper": "^11.1.15"
###
how to run the project locally
###
1. Clone the repository.
2. Run npm install to install dependencies.
3. Set up MongoDB For Data Storage
4. Use npm run dev to launch the project.
###