Skip to content
/ GifOS Public

Web application for searching, creating, and sharing GIFs using HTML, SASS, JavaScript, and integrating Giphy API and RecordRTC.

Notifications You must be signed in to change notification settings

Addin/GifOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifOS

A catalog of GIFS with search functionality, interaction and external API plus capture of video.

Demo time!

Click here and let the magic begin!

What I use to build this?

I want to run it locally!

You need to make sure you have an API key, by default the project has mine, but you need to use yours! change it at functions.js

Clone the repository:

git clone https://github.com/Addin/GifOS.git

Install the required dependencies

Run the following command, make sure you are in the root folder.

If you are using NPM

npm install

If you are using Yarn

yarn install

Run the server!

Make sure you are in the root of the folder, then simply run

npm start

and let the magic begin!

Want to contribute?

Open a Issue or help me with a pull request

TODOS

  • Use lazy-load (intersection observer) to optimize the GIFS load
  • Optimize the JavaScript

About

Web application for searching, creating, and sharing GIFs using HTML, SASS, JavaScript, and integrating Giphy API and RecordRTC.

Resources

Stars

Watchers

Forks