This project is a simple web application that generates a random meme image and allows the user to add their own custom text on top of the image.
git clone https://github.com/DhruvGoyal375/MemeBrew.git
cd MemeBrew
npm install
npm run dev
Once the server is running, open a web browser and navigate to http://localhost:{port_number}. You will be presented with a random meme image and a form to add custom text. Simply type in the text you want to add.
If you don't like the current meme image, you can click the "Generate New Image" button to get a new random image.
Contributions to this project are welcome. If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.