
Console-Based Instagram
A terminal CLI-based social network simulation written in Dart, focusing on relational validation.
GitHub Repository
2 Stars
Overview & Motivation
To practice Object-Oriented Dart design, validation routines, and menu loops in a command line context.
Problem Statement
Heavy frontend frameworks obscure core architectural requirements like database models, social relations, and error handling loops.
Proposed Solution
Developed a social graph command interpreter handling profile creation (validating email, passwords, age), profile search, and custom follow states.
Results & Impact
Delivered a CLI social graph that cleanly validates user fields and prevents duplicate actions (e.g. double following).
Technologies Used
DartGitGitHub
