Skip to content

subhaushsingh/Image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 AI Image Generator

A full-stack web application that uses the Clipdrop API to generate stunning AI images from text prompts. Users can generate, preview, and download images — and share them with the community. All images are securely stored on Cloudinary.

🔗 Live Preview

imagineNow

Community Section


🚀 Features

  • ✨ Generate AI images from custom prompts (via Clipdrop API)
  • ☁️ Upload & store images using Cloudinary
  • 🖼️ View and explore shared posts in the community section
  • 💾 Download generated images
  • 🔐 .env configuration support for API keys
  • 🧩 Modular folder structure for scalability

🛠️ Tech Stack

🔹 Frontend (Vite + React)

  • React.js
  • Vite
  • Tailwind CSS

🔹 Backend (Node.js + Express)

  • Express.js
  • MongoDB (with Mongoose)
  • Axios
  • dotenv
  • Cloudinary

🔹 External APIs


📁 Folder Structure

├── client/ # React frontend (Vite)
│ ├── public/
│ ├── src/
│ │ ├── assets/
│ │ ├── components/
│ │ ├── constants/
│ │ ├── pages/
│ │ └── utils/
│ ├── index.html
│ ├── package.json
│ └── vite.config.js
│
├── server/ # Express backend
│ ├── routes/
│ ├── models/
│ ├── mongodb/
│ ├── .env
│ ├── index.js
│ └── package.json
│
└── README.md

🙌 Acknowledgements

  • Clipdrop API
  • Cloudinary
  • Open Source Icons & Assets

Releases

No releases published

Packages

No packages published