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.
https://code-vertex.netlify.app (Netlify)
https://tiny-pear-jaguar-veil.cyclic.app (Cyclic)
- AI-Powered Interview Simulation
- Personalized Feedback
- Prompt Engineering Techniques
- Performance Tracking and Analytics
Client: React, Redux, TailwindCSS, Thunk, Chakra UI
Server: Node, Express, MongoDB
POST /user/register
POST /user/login
GET /user/logout
GET /user/verify
Header | Type | Description |
---|---|---|
token |
string |
Required. Token of the user |
POST /question/query
Body | Type | Description |
---|---|---|
role, experience |
object |
Required. |
POST /question/rating
Body | Type | Description |
---|---|---|
userid, question1, question2, answer1, answer3 |
object |
Required. |
GET /history/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of user to fetch |