/Interview-Webapp

A Interview Creation Portal made using React

Primary LanguageJavaScript

Live Demo (https://interviewapp11.herokuapp.com/). This project was bootstrapped with Create React App. Backend is written using Express and for SMS notification @Twillio (https://www.twilio.com/)

Available Scripts

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
also navigate to src/server/index.js file and run the following command to view it here (http://localhost:4000)

nodemon index.js

The page will reload if you make edits.
You will also see any lint errors in the console.

Alt Text Alt Text Alt Text

DataBase Schema

Alt Text

Twillio SMS Notification

please change the Twillio credentials and replace them with your own in the server/index.js file.
Interview creation SMS will be sent to candidate on scheduling. Alt Text

Scope for Improvement

Resume Upload/Download functionality, MongoDB Integration or Firebase RealTime DB