Loading repository data…
Loading repository data…
Prasanna0401 / repository
The College Placement Management System is a web application designed to streamline the placement process in educational institutions. This system provides distinct roles for students, TPO (Training and Placement Officer) admin, management admin, and super admin, ensuring a smooth and efficient workflow.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The College Placement Management System is a web application designed to streamline the placement process in educational institutions. This system provides distinct roles for students, TPO (Training and Placement Officer) admin, management admin, and super admin, ensuring a smooth and efficient workflow.
├── public
├── src
| ├── api
| ├── assets
│ ├── components
| | ├──LandingPages
| | └──students
│ ├── config
│ ├── context
│ ├── hooks
│ ├── pages
│ ├── styles
│ ├── utility
│ ├── App.jsx
│ └── main.jsx
├── .gitignore
├── .eslint.config.js
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── vite.config.js
https://github.com/Prasanna0401/College-Placement-Management-System-FrontEnd.git
cd my-project
npm install
npm run dev