A smart placement tracker for students to organize opportunities, track applications, and manage preparation.
- Frontend: React, Vite, TailwindCSS
- Backend: Node.js, Express, MongoDB
- Node.js installed
- MongoDB running locally (default:
mongodb://localhost:27017/placement-tracker)
-
Backend Setup Open a terminal and run:
cd server npm install npm run devServer will start on
http://localhost:5000. -
Frontend Setup Open another terminal and run:
cd client npm install npm run devFrontend will start on
http://localhost:5173.
- Dashboard with application stats
- Add and manage job opportunities
- diverse status tracking (Applied, Interview, Selected, Rejected)