A web application designed to enhance the question-creation process for one of Vietnam's most prestigious competitions, "Road To Olympia". This application leverages the advanced capabilities of OpenAI's ChatGPT to generate questions suitable for the competition's criteria.
- NextJS 14
- NodeJS 18.x.x
- Clone the repository.
- Run
npm install
to install all dependencies. - Set up a
.env.local
file with the following variables:
OPENAI_API_KEY=<your-openai-api-key>
- Run
npm run dev
to start the development server.
- Navigate to
localhost:3000
to access the application - Enter some topics into the input field and click submit button to generate questions.