Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 823 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 823 Bytes

Meme Generator App - React

This is a client application which consumes Meme Api to generate random meme images. It also has inputs to print optional texts on the image.

My motivation building this application was to cultivate my fundamental React knowledge while following best practices.

Some topics I have covered:

  • Event listeners
  • State
  • Conditional rendering
  • Form controls
  • Side effects

Technologies:

Live demo.

To run this application in development mode:

npm install

npm start

Open http://localhost:3000 to view it in the browser.