A full-stack MERN application to track job applications with authentication, status management, and CRUD operations.
- 🌐 Frontend: https://hirewise-sigma.vercel.app
- ⚙️ Backend: https://hirewise-47jj.onrender.com
- 🔐 JWT Authentication (Login/Register)
- 📋 Create, Read, Update, Delete Jobs
- 📊 Track job status (Applied, Interview, Rejected)
- 🔍 Search & Filter jobs (WIP / Upcoming)
- 🛡️ Protected routes (only logged-in users)
- 🌐 Fully deployed (Frontend + Backend)
- React (Vite)
- Tailwind CSS
- React Router
- Node.js
- Express.js
- MongoDB + Mongoose
- JWT Authentication
hirewise/ │ ├── frontend/ # React app ├── server/ # Express backend │ ├── src/ │ │ ├── modules/ │ │ ├── middleware/ │ │ ├── auth/ │ │ └── config/
VITE_API_URL=https://hirewise-47jj.onrender.com/api
git clone https://github.com/Vilas317/hirewise.git
cd hirewise
cd server npm install npm run dev
cd frontend npm install npm run dev
- Handling CORS in production environments
- Full-stack deployment (Render + Vercel)
- JWT-based authentication flow
- Debugging real-world API issues
- ✏️ Edit job functionality (UI enhancement)
- 🔍 Advanced filtering & sorting
- 📱 Responsive UI improvements
- 🔔 Toast notifications
Vilas Tamrakar
- GitHub: https://github.com/Vilas317
⭐ If you like this project, give it a star!