Quotify is a web application that enables users to generate instant quote cards. It allows users to input their preferred quote, author's name, and specify their desired background image.
- React.js.
- Vite.
- Tailwind CSS.
- Dalle(open AI API) for generating images.
- Firebase.
To install all necessary packages , run :
npm i
To start a local server run :
npm run dev
Users can enter the author name , quote and a description of background image into the text box provided. These values are read and the bg image description is given as prompt to DALLE. A response containing url of generated image is obtained and it is rendered on a HTML canvas. Then the author name , quote are also rendered on top of the image canvas.