Welcome to the College Placement Portal! This project is built using React.js and aims to streamline the placement process for students and Training and Placement Officers (TPOs).
- Profile Creation: Students can create and update their profiles.
- Auto-generated Resume: The portal auto-generates resumes in PDF format, which can be downloaded.
- Job Applications: Students can apply for jobs with a single click.
- Application Tracking: Track the status of job applications in real-time.
- Job Posting: TPOs can post jobs and add companies without creating separate Google forms.
- Analytics: View analytics on student placements, job postings, and application statuses.
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/Ankuuush/acharya-placement-portal-frontend.git cd acharya-placement-portal-frontend
- Install dependencies:
npm install
- Start development server
npm start
- Reactjs: Frontend library for building user interfaces.
- JavaScript: Lightweight interpreted scripting language for Web pages.
- MaterialUI: Open-source React component library that implements Google's Material Design.
- Axios: Promise based HTTP client for the browser and node.js