Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 606 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 606 Bytes

Instagram Clone

This is an Instagram clone built with React Native.

Demo

Sem.Titulo.mp4

Features

  • Home page
  • Connection with API
  • Authentication
  • Chat

Technologies Used

  • React
  • Expo

Getting Started

To get started with this project, you can clone the repository and install the dependencies:

git clone https://github.com/EnzoVieira/instagram-clone.git
cd instagram-clone

yarn
## or
npm install

You can then start the development server:

npm run start