Coder Social home page Coder Social logo

mustafos / chatapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 491 KB

A ChatApp be a modern and efficient messaging application designed with the Model-View-ViewModel (MVVM) architectural pattern and powered by Google's Firestore database.

License: Other

Swift 100.00%
firebase mvvm swift uikit

chatapp's Introduction

ChatApp

ChatApp is a modern and efficient messaging application designed with the Model-View-ViewModel (MVVM) architectural pattern and powered by Google's Firestore database. It aims to provide a seamless and intuitive user experience with robust messaging features.

Features

• Messaging: Send and receive text messages, images, and videos. • Group Chats: Create and manage groups to stay connected with multiple users. • Location Sharing: Share your location with friends and family. • Profile Customization: Personalize your profile with a custom avatar and status. • Push Notifications: Receive real-time updates on messages and notifications. • Responsive UI: Clean and responsive user interface for quick and easy navigation.

Architecture

ChatApp is built using the MVVM architectural pattern, which separates the application into three main components:

  1. Model: Interacts with the Firestore database to provide the necessary data.
  2. ViewModel: Contains the business logic of the app, manipulating data received from the Model and exposing it to the View.
  3. View: Displays the UI to the user, offering a seamless and intuitive experience.

Model

The data layer responsible for interacting with the Firestore database. It handles all CRUD operations and provides data to the ViewModel.

ViewModel

Contains the business logic of the application. It manipulates data received from the Model and prepares it for the View. The ViewModel also handles user interactions and updates the Model accordingly.

View

Responsible for displaying the UI. It observes data from the ViewModel and updates the UI components in response to data changes, providing users with an interactive and responsive experience.

Usage

• Sign up or log in to start using ChatApp. • Create new chats or join existing groups. • Send and receive messages, share media, and customize your profile.

Contributing

We welcome contributions from the community! To contribute to ChatApp, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Open a pull request.

Acknowledgements

Thanks to the Firebase team for their excellent Firestore database. Inspired by modern messaging apps for feature ideas and UI design.

chatapp's People

Contributors

mustafos avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.