Skip to content

fahadm23/react-memegenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Meme Generator 🖼

This is an interactive meme generator app built with React. It uses an API to get random meme images and you are able to add a top and bottom text to make your meme.

This app utilizes the following React methods:

  • Event Listeners
  • State
  • Conditional Rendering
  • Forms
  • Side Effects (React.useEffect)
  • fetch API