Skip to content

Generate project ideas for your favorite programming languages using the power of AI

License

Notifications You must be signed in to change notification settings

codeashdev/AI-Project-Idea-Generator

Repository files navigation

AI Project Idea Generator

This tool is built using React, Tailwind, and DaisyUI and uses the OpenAI API to generate project ideas based on the presented criteria

Next up:

  • Add API key by the user option
  • Save API key in the local storage

Recent Add-ons:

  • Copy text button
  • Render Platform first and then languages accordingly
  • Generate response only when platform and language is selected

Install dependencies:

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'

Run the dev server:

npm run dev

About

Generate project ideas for your favorite programming languages using the power of AI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published