Chat is a social media mobile application currently available for Android and Web. Built with Kotlin, the app leverages HTML to render the user interface inside the app. With Chat, users can easily connect, share content, and communicate with others.
- HTML-based UI: The app uses HTML for its internal structure and display.
- User Profiles: Create and manage a user profile.
- Image Sharing: Share images with your friends.
- Dark Mode: Switch to a dark mode for a better viewing experience.
To build and run the app locally, ensure you have the following installed:
- Android Studio for building the app.
- Kotlin 1.5+.
- Android SDK 26+.
git clone https://github.com/levkris/ChatAppMobile.git
- Open Android Studio.
- Click on "Open an existing Android Studio project."
- Navigate to the directory where you cloned the repository and open the project.
- Connect an Android device or start an emulator.
- Click the "Run" button in Android Studio.
- Launch the app after installing.
- Log in to start chatting.
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request. Ensure your changes are well-tested.
This project is licensed under the Apache License - see the LICENSE file for details.