Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 817 Bytes

File metadata and controls

20 lines (16 loc) · 817 Bytes

InstaPound Instagram clone in .NET Core

Web application project for optional C# course organised by Axilis

InstaPound is web image gallery (sort of Instagram clone).

Link:
web site is not available any more (but you can check source code)

Features:
User can register with mail or with Twitter account.
User can create,rename and delete albums.
User can upload and delete images.
User can like image, comment on image (as well as see comments) and subscribe to another user.
User can browse other users images and albums.
Admin can feature photo (photo will be showm on home page).

Stuff that needs improvment:
Frontend (general look of web app)
Partial views (replacing some specific HTML renders with partial views)
Like, favorite and such buttons could be better implemented