A multiple-choice quiz study tool webpage for students! Uses OpenAI API to generate questions based on a topic of the user's choice.
Prerequisites:
Steps:
- Download and extract the zipped folder in the releases of this repository.
- In the extracted folder, open the
quiz_mefolder. - Open the
.envfile in your text editor and add the lineVITE_OPENAI_API_KEY=[key](replace[key]with your API key). - Open the folder in your command prompt or terminal and enter
npm run dev. - Ctrl+click on the localhost link to open the site in your browser.