Hey guys, I've developed something similar to quizlet to help study for all the interview questions. It leverages openAI's API and let's you type an answer in and it will tell you how to correct your answer if you're a little or a lot off. The repo can be found here:
And to get it working you'd need your own API key from OpenAI located here:
Once you have one, create a .env file in the root directory and create the variable:
`OPENAI_API_KEY=<your api key here>`