MemeGenerator

A Simple React App

a screenshot of a unit converter

This Meme Generator was my second React project and truly, my first interactive React App.

This Meme Generator lets it's users create Memes by adding text to a randomly generator Meme images. The Randomly generator Meme image is gotten from an API that gives us the 100 most popular memes at the point of request.

While working on this project, I learnt how to add Event Listeners in React. Furthermore, I learnt and used the various forms of conditional rendering made available in React. In addition to these, I learnt and implemented a React form (Input Box). Conclusively, While working with API's, I learnt how what side Effects are in React and how to handle side effects efficiently.