- MongoDB
- Express.js
- React.js
- Node.js
- Google APIs
- Go to /frontend/my-app and run "npm start"
- Go to /backend and run "node server.js" or "nodemon server start"
- Go to your browser and the app is running at http://localhost:3000/
- To login as a student, use ID = student1 and PASSWORD = student1
- To login as a recruiter, use ID = recruiter2 and PASSWORD = recruiter2
- Create and update profile
- Upload a pdf resume to a job
- Write a review of a company
- View jobs, sort jobs by deadline date, etc.
- View applications
- View jobs on Google Maps
- Create and update profile
- Post and delete a job
- View applicants with their resumes
- View jobs, sort jobs by deadline date, etc.
- Form Validation
- Responsive Design
- Navigation State Update
- Google Maps Search
- Application Deadline & Document Validation
- Implement session
- Reorganize component tree using Hooks
- Redesign UI
- Improve Form Handling & Validation
- Add more functionalities
- Job Tracking Dashboard
- Chat/Message System
- Student Resource Bank (resume, cover letter, interview tips)
- creating react components using react-router-dom
- responsive deisng using bootstrap
- using public APIs
- database modelling (pros and cons of document database vs relational database)
- working in a team based on agile methodologies