This React GIF app is inspired by GIPHY, allowing users to browse, like, and download GIFs. In addition to the existing features, we have now added the ability to add text to your favorite GIFs, making them more personalized and fun!
- Choose a GIF from the Liked, Trending, or Popular sections.
- Click on the GIF to open it in the editor.
- Locate the "Add Text" option on the editor toolbar.
- Click on "Add Text" to activate the text overlay feature.
- Enter your desired text in the provided text field.
- Customize the text by choosing font style, size, and other options.
- Once you're happy with the text placement, save the edited GIF.
- Download the personalized GIF to share it with your friends and family!
- React.js
- GIPHY API
- Clone the repository.
- Install dependencies using
npm install
. - Run the application using
npm start
. - Open your browser and navigate to
http://localhost:3000
.