Skip to content

Zubii12/instagram_clone_gad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram_clone_gad (470') (535' with optionals)

This is a clone of Instagram with the following features:

Setup project (20')

  • all necessary dependencies
  • redux
  • service configs

Splash screen (10')

  • add splash screen

Authentication (Login/Logout/Sign Up) (40')

  • login/signup with email and password (15')
  • login/signup with Google (10')
  • login/signup with Apple (10')
  • reset password (5')

Add post (115')

  • add multiples pictures from the gallery and the camera (40')
  • add tags (25')
  • add person (20')
  • add location (20')
  • post comment (10')

Feed Page (70')

  • show posts of users that I follow (20')
  • add comment (10')
  • like (double tap to like) (10')
  • share (10')
  • save (10')
  • show post owner profile (5')
  • report (5')

Search + Trending (65')

  • username (20')
  • tags (25')
  • show trending (20')

Notifications post (75')

  • new follower (15')
  • new like (15')
  • new comment (15')
  • someone tagged you (15')
  • new post from following (15')

Profile page (75')

  • follow user (10')
  • profile counters(posts, followers and following) (20')
  • users posts (10')
  • posts tagged with user (25')
  • saved posts (10')

(Optional) Chat (65')

  • show chats (25')
  • send message (15')
  • send pictures and videos (25')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 87.5%
  • Ruby 8.8%
  • Swift 2.6%
  • Other 1.1%