Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.25 KB

File metadata and controls

60 lines (39 loc) · 1.25 KB

WhatsApp UI Clone (Educational Project)

Overview

This project is a mobile application developed using Flutter, designed to replicate the core interface and interaction patterns of a messaging application similar to WhatsApp.

It focuses on UI construction, navigation flow, and component structuring, serving as a technical demonstration of mobile interface development.


Features

  • Chat interface layout
  • Contact list structure
  • Message screen design
  • Navigation between screens
  • Reusable UI components

Tech Stack

  • Flutter (Dart)
  • Material UI
  • Stateful and Stateless Widgets

Status

Completed


Purpose

Educational / Technical Demonstration

This project was developed to explore and demonstrate mobile UI architecture, layout structuring, and component-based design using Flutter.


Screenshots

(Add screenshots here if available)


Installation

  1. Clone the repository: git clone https://github.com/BrunoSalgadoti/AulaWhatsapp.git

  2. Navigate to the project folder: Aulawhatsapp

  3. Install dependencies: flutter pub get

  4. Run the application: flutter run

Notes

This project does not implement real-time messaging or backend communication. Its focus is strictly on front-end structure and UI behavior.