/gifser

GIFSER is a tool which gives you the power to search any Gif present in the world!

Primary LanguageJavaScript

GIFSER is a tool which gives you the power to search, play and download all the available GIFs in the world.

To experience this power, do the following.

  • Install dependencies
npm i
  • To start development server:
npm run dev

Alternative

  • To create production build:
npm run build
  • Start any server in the directory
cd ./gifser/dist
python3 -m http.server
OR
python -m SimpleHTTPServer
OR
Anything HTTP server you like
  • Go to address mentioned in the cli