Skip to content

This is my personal project to learn creating chat app using a design from Figma community and Firebase as a backend service

Notifications You must be signed in to change notification settings

fdldestriana/new-chatify

Repository files navigation

Chatify

This is my project to learn to create a chat app using Firebase as a backend. The design that I am using is from the Figma community, here it is

With this project, I was learning clean architecture, following a tutorial from resocoder. The first approach was to make a few directories representing each feature within the app. But immediately, I faced a problem, I wanted to use the same entity across the features. So I went to Google the same issue and found a particular solution, the solution is that I am making root directories for data, domain, and presentation each. Within each of the general directories I am making shared and features directories. So I can store the entity code that would be shared across the features within the shared directory, and implement the rest architecture within each feature directory.

My objective with this project is I want to learn CI/CD by implementing the architecture and push the app to the Play Store soon. One of my plans is, I plan to learn how to use the semantic version and implement it throughout the continuous development process. If you are interested in the idea of learning together along the process, please keep watch this repo. The development progress would be pushed.

Below are the screenshots from the project.

Screenshot_2024-02-11-11-16-32-26_b783bf344239542886fee7b48fa4b892 Screenshot_2024-02-11-11-08-33-51_2d9603c682488ff0994360eab56ac86f
Screenshot_1705675782 Screenshot_1705675798
Screenshot_1705675817 Screenshot_1705675824
Screenshot_2024-02-11-11-08-42-92_2d9603c682488ff0994360eab56ac86f Screenshot_2024-02-11-11-08-46-33_2d9603c682488ff0994360eab56ac86f
Screenshot_2024-02-11-11-08-52-75_2d9603c682488ff0994360eab56ac86f Screenshot_2024-02-11-11-08-58-38_2d9603c682488ff0994360eab56ac86f

About

This is my personal project to learn creating chat app using a design from Figma community and Firebase as a backend service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published