Skip to content

AlanFE01/instaclone-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instaclone Frontend

Instagram clone using MERN stack. This is the frontend repo built with Reactjs. If you are looking for the backend repo, click here

Check out the deployed site

Packages used

  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

How it looks

Home

Home

Explore

Explore

Detailed Post

Detailed Post

Profile

Profile

Edit Profile

Edit Profile

New Post

New Post

Twitter clone

I also built a twitter clone using Prisma + GraphQL. You can take a look, if you interested.

  1. Twitter Clone Frontend
  2. Twitter Clone Backend

About

Instagram clone using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%