Built a movies browsing app with a clean architecture approach and a local backend simulation.
• Structured the app using Clean Architecture (Data / Presentation layers)
• Implemented fetching and displaying movies with clean UI and state handling
• Created a simple local Node.js backend (localhost) to simulate a server and serve data locally
• Tech: Flutter, Dart, REST-style data fetching, Node.js (local backend), Git/GitHub