Skip to content

Latest commit

 

History

History
110 lines (70 loc) · 3.2 KB

File metadata and controls

110 lines (70 loc) · 3.2 KB

CodeVortex

Code Vortex is an innovative self-interview prep platform harnessing the power of AI and natural language processing. It leverages OpenAI's advanced capabilities and prompt engineering techniques to replicate real interview scenarios. With personalized feedback and a comprehensive set of resources, Code Vortex empowers users to enhance their interview skills and excel in their job search.

Deployed Links

https://code-vertex.netlify.app (Netlify)
https://tiny-pear-jaguar-veil.cyclic.app (Cyclic)

Features

  • AI-Powered Interview Simulation
  • Personalized Feedback
  • Prompt Engineering Techniques
  • Performance Tracking and Analytics

Tech Stack

Client: React, Redux, TailwindCSS, Thunk, Chakra UI

Server: Node, Express, MongoDB

Screenshots

CodeVertexSignup CodeVertexLogin CodeVertexForgotPass CodeVortexHome CodeVortexInterview CodeVortexFeedbackGenerationPage CodeVortexFeedbackpage CodeVortexScoresPage

Authors

API Reference

User Registration

  POST /user/register

User Login

  POST /user/login

User Logout

  GET /user/logout

Verify User

  GET /user/verify
Header Type Description
token string Required. Token of the user

Get Questions

  POST /question/query
Body Type Description
role, experience object Required.

Get Feedback of Questions

  POST /question/rating
Body Type Description
userid, question1, question2, answer1, answer3 object Required.

Get History of User

  GET /history/${id}
Parameter Type Description
id string Required. Id of user to fetch