Skip to content

Digitron: Your Gateway to Interview Success! Unlock your potential with our immersive interview environment designed to help you excel in your job interviews. Practice, prepare, and boost your confidence with our comprehensive platform.

Notifications You must be signed in to change notification settings

Jignesh6775/Digitron_Tech-Interview-Simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

Digitron: Tech Interview Simulator



Description

Digitron provides you a platform where you can select your tech stack and give one on one interviews with our AI. Our platform also provides you a Q and A section where you can ask any general queries to our AI and also a Study material section where you can read about different tech stacks.

Collaborators

  1. Payal Sahu (Frontend)

  2. Aslam M. Mahetar (Frontend)

  3. Devshruti Sen (Frontend)

  4. Jignesh Vadiyatar (Backend)

  5. Krunal Arun Kumar Gurao (Backend)

  6. Yash Gupta (Backend)


Deployed Link


Tech Stack

Frontend

React | Redux

Backend

Node.js | Express.js | Openai

Database

MongoDB Atlas

CSS Libraries

Tailwind CSS

Schema :

  • user

    • Name
    • Phone_No
    • email
    • password
    • course
  • OTP verify

    • Useremail
    • otp
    • createdAt
    • expireAt

# API Endpoints 

users


    GET    -   /user
    POST   -   /user/register
    POST   -   /user/login
    POST    -   /user/verifyotp
    POST    -  /user/forgot-password
    GET    -  /user/reset/:userid/:token
    PATCH  -  /user/reset/:userid/:token
    POST   -  /user/logout

Chat


  • General Chatbot

      POST    -   /chat/genetalChat 
    
  • Interview Chatbot

      POST   -   /chat/interviewChat
    

1. Dashboard Page



Home 1

home 2

2. Register



register

3. Login



login

4. Digital Interview



image

5.Study Materials



image

6. Q&A with us



image

About

Digitron: Your Gateway to Interview Success! Unlock your potential with our immersive interview environment designed to help you excel in your job interviews. Practice, prepare, and boost your confidence with our comprehensive platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • HTML 1.7%
  • CSS 0.8%