This project is a web application that utilizes the OpenAI API to generate images based on a given text prompt by the user.
This application is built with vanilla Javascript.
I was inspired by the Fireship introductory Javascript course.
- Clone the repository
npm install
in the repo- Run the server
node server.js
- Run the application
npm run dev
- Start Generating!