Sep 2023 - Oct 2023
Developed a mini social media platform with core features:
➤ Add users, send/accept friend requests
➤ View mutual friends
➤ Create and view posts
➤ Like posts, view post likes by username
➤ Follow/unfollow users, view followers/following list
Utilized Graph Data Structure to model relationships between users, posts, and likes for efficient traversal and queries.
Built a contact book to add, view, and sort contacts based on:
➤ Name
➤ Email
➤ Mobile Number
Implemented Bubble Sort, Insertion Sort, and Selection Sort for sorting functionality.
Future scope includes delete, update, and search features to enhance usability.