https://github.com/null-logic-0/ai-image-generator-version-1.1.0-front-end
The AI Image Generator is a web app built with Next.js, React.js, and Tailwind CSS that lets users generate AI-powered images from text prompts.
https://github.com/null-logic-0/ai-image-generator-version-1.1.0-front-end
nextjs reactjs tailwindcss
Last synced: 3 months ago
JSON representation
The AI Image Generator is a web app built with Next.js, React.js, and Tailwind CSS that lets users generate AI-powered images from text prompts.
- Host: GitHub
- URL: https://github.com/null-logic-0/ai-image-generator-version-1.1.0-front-end
- Owner: Null-logic-0
- Created: 2025-02-27T10:19:09.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T13:09:41.000Z (4 months ago)
- Last Synced: 2025-03-13T14:23:51.732Z (4 months ago)
- Topics: nextjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://ai-image-generator-version-1-1-0-front-end.vercel.app
- Size: 29.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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-end2️⃣ 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-