Learn how to build a Meme Generator ReactJS Project with API requests using JSX, Functional components, Fetch API, Promises, hooks 'useState' and 'useEffect'.
Source code: https://github.com/DzmitryUr/react-ap...
API for meme's images: https://imgflip.com/api
⌚️Timestamps:
0:00 Design of the Meme Generator Project
0:35 Setting Up the ReactJS Project with ViteJS
2:57 Create Meme functional component
5:03 API for meme's images
6:50 Styling the App with CSS
10:50 Hook 'useState' to keep meme's state
11:55 Hook 'useEffect' to retrieve memes from API using Fetch API with Promises
15:09 Displaying the image and text from the state and dynamically changing them
25:00 Final Testing of the Meme Generator Application
#ReactJS #MemeGenerator #FetchAPI #Promises #ReactTutorial #WebDevelopment