Objective: Develop a single-page application with features for searching GIF images, displaying popular images, and showing a random image.
Added extended functionality:
- Dark and light theme toggle
- Adding images to Favorites (localStorage)
- Popup with a button to copy the image link
- Clone the project to your computer from GitHub using the command:
https://github.com/vladdevjs/giphy-client
- Install dependencies:
npm install
- Run the project:
npm start