- Generate the image from the prompt with various parameters.
- Surprise Me option to get the idea instantly, if you're falling short ;).
- Few previously generated images to pick from.
- Recent history of the generated images, can be picked again.
- Download the generated images.
- Responsive web app.
https://medium.com/bitsrc/building-a-generative-ai-application-in-2024-b318064a454b
https://dev.to/techygeeky/create-your-own-genai-image-generator-app-like-midjourney-or-dalle-2-lej
- Uses latest React hooks to fetch the SegMind text2Img API. (Create your own API from https://www.SegMind.com)
- Deployed on Firebase.
- Recent history has been stored on the localStorage.
-
Reverse the order for recent history images.
-
Create an Image slideshow of recent history of generated images.
-
Build REST APIs to post images on your own developed servers and database (free tiers), and fetch those APIs and show on the app.
-
Reverse the order for recent history images.
-
Create an Image slideshow of recent history of generated images.
-
Build REST APIs to post recent images on your own developed servers and database (Render, Vercel, MongoDB Atlas free tiers), and fetch those from APIs and show on the app.
-
Add i18n localization to the project using react-i18next.
-
Write Unit Test cases using @testing-library/react.
Inside the project directory in respective command line, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.