This is a web app with React that allows for users to generate and download memes using the https://memegen.link/ public API. You can open the deployed app here: https://react-meme-generator-jr.netlify.app/ Using this React Meme Generator the user can enter an individual text for top and bottom and choose the meme background. The meme will be generated automatically and the user has the possibility to download the created image.
- On page load, the first meme in this list is shown by default.
- When entering another meme into the input field, the new image is rendered immediately.
- By default, the top and bottom texts are empty on page load.
- You can leave the text empty, only enter the top text, only enter the bottom text, or enter both.
- The image that is shown on the screen (incl. the text) can be downloaded using the "Download" button.
- The .jpg file will be downloaded to your default "Downloads" folder.