Created by Mirul Moktadir Khan
- A simple online job portal where you can check the details of different jobs of different companies and apply them directly. Some routes are private that can only be open with user log in. Firebase is used for user authentication. One can log in or register him or herselft with gmail, and email and password. Simply, reset password option was also explored. One can register with name and photo also. These name and photo can be updated. One can also check his/her profile by clicking the user icon.
- ⚛️ React – For building the user interface
- ⚡ Vite – For fast development and build tool
- 🎨 Tailwind CSS – For styling
- 🔗 React Router – For client-side routing
- 📦 npm – For managing dependencies
- Several packages are used, fallbacks are implemented.
- Added basic animation from motion lobrary.
- Firebase email authentication and log in.
- Job details showed in modal.
- Fully responsive.
React-Router Tailwind-CSS DaisyUI React-CountUp React-Toastify React-Icon Firebase Motion
To run this project on your local machine, follow the steps below:
- Use bash/powershell/cmd (any you want) - git clone https://github.com/moktadir-mirul/career-compass
cd your-repo-name
npm install
npm run dev
-The app should now be running at http://localhost:5173
✅ Make sure you have Node.js and npm installed on your machine.