Skip to content

SashyCashy/instagram-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-Clone

An app that resembles famous social app, Instagram is built using React-Native App.

Table of contents

General Info

This project is used to display image feed and comment section to add comments

Technologies

Project is created with:

API Source

export const fetchImages = async () => {
 const response = await fetch('https://unsplash.it/list');
 return await response.json();
};

export const getImageFromId = id => `https://unsplash.it/${600}/${600}?image=${id}`

Setup

Install npm Packages

  • npm install react package
  • npm install react-native package
  • npm install react-dom package
  • npm install yarn
  • npm install expo-cli --global

Create expo project

$ expo init instagram-clone --template blank@sdk-34 --yarn
$ cd instagram-clone
$ expo start

App Structure


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors