Inspiration
The technical interview takes too much time to prepare for and you often forget previous problems you have solved.
What it does
Uses AI to generate quiz questions on the given LeetCode problem.
How we built it
We used Javascript, HTML, and CSS to create a chrome extension that uses OpenAI API calls to chatGPT that generate a quiz of the leetcode problem and solution on your screen. Our back-end used node.js.
Challenges we ran into
For a while we had a hard time updating the quiz when the "Next Question button was hit, but we eventually figured it out by dynamically loading the questions in from the back end as the user takes the quiz.
Accomplishments that we're proud of
We are proud of creating a presentable GUI. We are also proud of finally connecting the front-end of the project to the back-end of it.
What we learned
We all learned a lot of Javascript and problem solving whenever our code had errors.
What's next for BeatCode
Next, we will try to implement a "See Past Quizzes" button, which will store a database of all the past LeetCode quizzes you have done so it is easier to quickly review problems.
Built With
- css3
- express.js
- gpt
- html5
- javascript
- node.js
- openai
- tailwind
Log in or sign up for Devpost to join the conversation.