This tool is built using React, Tailwind, and DaisyUI and uses the OpenAI API to generate project ideas based on the presented criteria
- Add API key by the user option
- Save API key in the local storage
- Copy text button
- Render Platform first and then languages accordingly
- Generate response only when platform and language is selected
npm install
Create a .env file and add your API key to it:
VITE_OPENAI_API_URL='https://api.openai.com/v1/chat/completions'
VITE_OPENAI_API_KEY='ADD_YOUR_KEY_HERE'
npm run dev