• Stars
    star
    286
  • Rank 139,789 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A clone of the Instagram app πŸ“± πŸ₯³ . made with React-native and Typescript ❀️.

InstagramClone

A clone of the Instagram app (October 2019) made with React, React-native and Typescript.

Preview

App-demo

Screen (Home)

App-demo

Screen (Profile)

App-demo

Screen (Gallery)

App-demo

Screen (Camera)

App-demo

Screen (Story)

App-demo

Screen (Comments)

App-demo

Screen (Search By Tag)

App-demo

Screen (-#-)

App-demo

Dependencies

  • React Native (With Typescript)
  • Native Base
  • React Navigation
  • Others (See package.json at the root folder)

Get Started

1. Clone the Repo

On the command prompt run the following commands

$ git clone https://github.com/Doha26/InstagramClone.git

$ cd InstagramClone

$ npm install

$ grep -rl "s.dependency 'React/Core'" node_modules/ | xargs sed -i '' 's=React/Core=React-Core=g' // To replace React/Core with React-core for all dependencies that use it 

$ cd ios && pod install && cd..

$ react-native run-ios

Author

Done with React-native

More Repositories

1

MetFlix

A Movie app demo. Like NetFlix ❀️
TypeScript
52
star
2

Facebook-React-native

Facebook design Challenge. #From Uplabs design to Code
TypeScript
38
star
3

nodejs-rtmp-server

Sample NodeJS RTMP ( Real Time Meassaging Protocol) server.
JavaScript
6
star
4

Galleria

Yet another React Native Gallery images app πŸ“±β€οΈ
TypeScript
4
star
5

Citybase

Kotlin Android app with fast runtime search filter algorithm .
Kotlin
2
star
6

android-mvp-starter

I have created this repository to have a starting point based on MVP architecture in all my Android Apps.
Java
2
star
7

Foxnews-nextjs-aws

A fullstack news app build with Nextjs and Amazon Web Services
TypeScript
2
star
8

tasky

A Todo/Task application build with expo SDK to showcase CRUD operations with React native and manage Table Component.
TypeScript
2
star
9

kotlin-weather-app

Sample app based on Android Jetpack components (Room, mvvm, navigation) and Kodein (Dep. injctions) that fetch weather according to user location
Kotlin
2
star
10

graphql-reviews

A Typescript GraphQL Backend that allows to collect user reviews ❀️
TypeScript
2
star
11

react-native-map-exemple

Demonstrating how to integrate MapView in a React-native application
Objective-C
1
star
12

react-video-player

Sample react-native-video-player app. (Youtube like). (With react hooks)
JavaScript
1
star
13

Codabee-ios-app

Sample ios app to learn how to use Collections Views, Loading data from custom API, Storing Data in Remote Database (Firebase) , Local storage with Realm, and more ..
Swift
1
star
14

android-google-map-marker-animation

This repository is a sample project to demonstrate how to move marker (any type) on a specifiq path on the google map. Since since it's a required feature when implementing or drawing a path bettween two point.
Java
1
star
15

React-burger-app

Sample App build whilelearning React Js Framework
JavaScript
1
star