• This repository has been archived on 11/Jun/2022
  • Stars
    star
    283
  • Rank 142,194 (Top 3 %)
  • Language
    JavaScript
  • Created almost 4 years ago
  • Updated about 2 years ago

Reviews

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

Repository Details

Instagram clone using MERN stack

Instaclone Frontend

NOTE: As of 10-06-2022 19:49 IST, I am archiving this repository. It was fun while it lasted.

Instagram clone using MERN stack.

This is the frontend repo built with React. If you are looking for the backend repo, click here

Core Packages

  1. React Router (for routing)
  2. Styled Components (for styling)
  3. React Toastify (for toast-notifications)

Global state management is taken care of by React Context API. For image uploads, instaclone uses Cloudinary.

Running Locally

At the root of the project, you should have a .env with the following contents

REACT_APP_BACKEND_URL=<your_backend_url>
REACT_APP_CLOUDINARY_URL=https://api.cloudinary.com/v1_1/<cloud_name>/upload

Then run npm i && npm run start to see the instaclone in action

UI

Home

Home

Explore

Explore

Followers

Followers

Profile

Profile

Edit Profile

Edit Profile

New Post

New Post