React
The Meme Generator is a React project built as part of the Scrimba Frontend Developer course. The app fetches meme images from an external API and allows users to add custom top and bottom text to create their own memes.
This project helped me practice working with React state, event handling, controlled inputs, and fetching data from APIs using asynchronous JavaScript. It also strengthened my understanding of component structure and how user input can dynamically update the UI in real time.