the-times-of-memes is a simple meme creator app built using React.js and Imgflip API that fetches meme templates and allows you to customise them after you provide the required texts.
-
Clone the repository.
-
Provide your own Imgflip username and password in the .env file.
-
Install all the required modules and dependencies:
npm install
-
Run the web app locally:
npm start