An AI-powered image generator built entirely with ReactJS, integrating the Google Gemini API to generate images from text prompts.
🌐 Coming Soon (Deploy on Vercel / Netlify)
This project is a frontend-only web application that enables users to generate AI images using the Google Gemini API. Enter a descriptive text prompt (e.g., "Antique bike in Golden colour") and receive a unique AI-generated image instantly.
It's lightweight, responsive, and requires only a valid Gemini API key to function.
- React.js (Functional Components)
- JavaScript (ES6+)
- Tailwind CSS / Plain CSS
- Axios / Fetch API
- Google Gemini API (Generative AI)
- ✨ Generate high-quality AI images from natural language prompts
- 📸 Display the generated image dynamically
- ⏱️ Loading state for better UX during image generation
- 🧹 Clear prompt and reset image button
- 🔐 Uses
.envfor securely storing Gemini API Key
AI-Image-Generator/ ├── public/ │ └── index.html ├── src/ │ ├── components/ │ ├── App.js │ ├── index.js │ └── App.css ├── .env ├── package.json └── README.md

