Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 810 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 810 Bytes

Tango

Functionalities:

  • 3 types of users: unregistered, registered and admin.
  • Creating, editing, and viewing profiles (if public).
  • Posting, commenting, adding pictures with edit and delete permissions.
  • Messaging friends, deleting and editing messages.
  • Creating groups and sending messages within a group.
  • Sending, accepting and declining friend requests.
  • Admin management.
  • Search functionality for posts and profiles.
  • Cascading dropdown list for country and city.
  • Date picker for birthday.
  • Login with either email or username.

Technologies used:

  • ASP.NET MVC 5
  • ASP.NET Identity
  • Entity Framework Migrations
  • ASP.NET Razor Markup
  • LINQ
  • Bootstrap