Skip to content

vineetsharma36/Interview-Creation-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview-Creation-Portal

Description
Create a simple app where admins can create interviews by selecting participants, interview start time and end time

Basic Requirements

An interview creation page where the admin can create an interview by selecting participants, start time and end time.

Backend should throw error with proper error message if:
Any of the participants is not available during the scheduled time (i.e, has another interview scheduled)
No of participants is less than 2

An interviews list page where admin can see all the upcoming interviews.

An interview edit page where admin can edit the created interview with the same validations as on the creation page.
Note: No need to add a page to create Users/Participants. Create them directly in the database

Requisites: Eclipse, Apache Tomact, Mysql Connector, Xampp(import database ICP.sql)

Screenshots:

Home Page

HomePage 1

HomePage 2

Display All Interviews

Display All Interviews

Upcoming Interviews

Sorted by date and time

Upcoming Interview

Interviewers

Interviewers

Candidates

Candidates

Upload Resume

Upload Resume

Resume

Resume

Edit Interview

Edit Interview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages