Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Meme Generator

Overview

Build a Meme Generator application that allows users to create custom memes.

Users should be able to select a meme template and add top and bottom text.
Provide options to customize text color and font styling.

Use canvas manipulation to overlay text on the selected image.
Allow users to download the final generated meme image.

Requirements

  • Render selected image on canvas
  • Overlay editable top and bottom text
  • Support text color customization
  • Enable image download functionality
  • Ensure responsive layout

The UI should resemble a simple image editing interface.

UI Note

You are expected to design the interface independently while meeting all functional requirements.