Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 520 Bytes

File metadata and controls

13 lines (9 loc) · 520 Bytes

Meme Generator

A simple web application that uses the Imgflip API to randomly select one of the 100 most popular meme images used in the last 30 days on the Imgflip website. Additionally, the app allows a user to enter top and bottom texts to be overlayed on the meme image.

Run locally

Clone this repository and open the index.html in your favorite browser!

git clone https://github.com/cs280fa21/meme-app
cd meme-app
open -a "Google Chrome" index.html # works on macOS