mkaarthick / Hiphy

Browse & Search Gifs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiphy

Installing

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/mkaarthick/Hiphy.git

# Go into the repository
cd Hiphy

# Install dependencies
npm install

# For iOS, we need to install pod
cd ios

# Install pod
pod install

# running on iOS
npm run ios

# running on Android
npm run android

Note: If you face any errors while running on Android, create a file named local.properties & define a sdk path. Example sdk.dir=/Users/dev/Library/Android/sdk

Screenshots

Screen Recording

screencap-2022-02-27T193615.935Z.1.mp4

About

Browse & Search Gifs


Languages

Language:JavaScript 45.2%Language:Java 25.9%Language:Objective-C 17.7%Language:Starlark 7.5%Language:Ruby 3.8%