Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 585 Bytes

MudahChatApp

How to set up

  1. Navigate to the directory in which you have the project downloaded
  2. Clone the project
  3. Open the project file in Xcode
  4. Build the App to test

Features

  • Send Message to Server using POST method
  • Network monitoring - When no internet connection or internet connection restore will pop up an alert
  • Implement Local .json file to retrieve existing message
  • Concepts: MVVM, Object oriented programming, Factory Method, Clean coding structure
  • UI: ChatScreenViewController, ChatMessageCell
  • Auto Reply last minute when user not sending a message