AI Image Generator - Frontend A web interface built with Next.js and Tailwind CSS for generating AI-powered images. The frontend communicates with the Express.js backend API to handle image generation and display results.
📌 Features
✅ AI Image Generation – Enter text prompts to generate AI images
✅ Image Gallery – View and manage previously generated images
✅ User Authentication – Secure login and registration using JWT
✅ Responsive Design – Optimized for desktop and mobile devices
🛠 Tech Stack
Frontend: Next.js, Tailwind CSS
Backend: Node.js/Express.js
Authentication: JWT
Storage: AWS S3
🚀 Installation & Setup
1️⃣ Clone the Repository
git clone https://github.com/Null-logic-0/AI-image-generator-version-1.1.0-Front-end.git
cd AI-image-generator-version-1.1.0-Front-end
2️⃣ Install Dependencies
npm install
3️⃣ Setup Environment Variables Create a .env file in the root directory and add:
NEXT_PUBLIC_API_URL=http://your-backend-url.com/api
4️⃣ Run the Development Server
npm run dev
Whatch video ----->
https://www.youtube.com/watch?v=J5digNPWANw
Backend ---->
https://github.com/Null-logic-0/ai-image-gen-backend-1.1.0-