Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sg3659/random-gif-
The Random GIF project aims to get a fun and engaging web application that generates random GIFs based on user preferences. Using giphy.com api url and api key.
https://github.com/sg3659/random-gif-
Last synced: about 1 month ago
JSON representation
The Random GIF project aims to get a fun and engaging web application that generates random GIFs based on user preferences. Using giphy.com api url and api key.
- Host: GitHub
- URL: https://github.com/sg3659/random-gif-
- Owner: SG3659
- Created: 2023-12-07T13:51:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T04:32:18.000Z (5 months ago)
- Last Synced: 2024-08-06T07:00:59.325Z (5 months ago)
- Language: JavaScript
- Homepage: https://random-gif-khaki.vercel.app
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random-Gif:
This project is all about bringing joy and randomness into your life,
Random Gif Project is simple web application that allows users to view a random gif with just reload the the page or by writing gif key.
# Components
It has two
1.Random Gif:- while refreshing apllicatopn user get new gif.
2.Tag Gif:- user preferences get Gif.#Built
Vite React
Tailwind
Giphy Api Key# How To Generate Gihy Api Key.
1.Visit the developer website of Giphy.com(https://developers.giphy.com).
2.Create a App or if you have logged in.
3.Once you logged in select app.
4.Select "Api" from the model and click on "Next Step".
5.Fill the information for your app icluding its name and brief description.
6.Once you have created your app you will be taken to a page with your Api Key. Cpy this key and use to access Giphy in your application.
Note: Store the api key in .env file for security.