Skip to content

adp11/outstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Outstagram

Try it yourself 👈

Motivation

I spent half of my summer 2022 building this Instagram clone. My goals back then?

  1. Replicate the web interface of Instagram, just using vanilla CSS. Since then, Instagram has updated its interface.
  2. Build an API to support as many core features of Instagram as possible (listed below)

Web Interface

Demo Gif

Features Supported

  1. Add, delete, like, comment, view, share links of posts
  2. Edit user profile
  3. Follow, unfollow, view other user profiles
  4. Authentication with traditional username/password and Google
  5. News feed auto refreshed in real time
  6. Chat with other users in real time (including texts, images)
  7. Real time in-app notifications
  8. User profile search
  9. Theme switch