A meme generator created in React, to create custom memes, using an API to fetch a random image or using an image url.
You can input a top and bottom text, then click generate, to receive a new random image.
You can also provide a link url to an image you would like to display in the field below and click customize.
meme-generator.mp4
Instructions:
Clone this repository.
git clone
Install dependancies. (You should have nodejs and npm installed in your machine, if not, install those before.)
npm install
Run the application.
npm start