Developed a full-stack MERN application where users can generate images with AI and share them with the community for others to interact
https://ai-image-generation-yxtq.onrender.com/
- Create server routes to POST and GET data to and from the MongoDB database
- Integrate OpenAI's DALL-E API to generate images from text through the use of AI
- Use React Router to handle client-side page routing
- Style React components with Tailwind CSS