React Native Messenger App
This project is a live react application, published via Expo. A group chat app that utilised firebase as the database backend.
This project is a small simple messenger app, designed to test my skills in creating a cross platform application using React Native. The plan is for it to be deployed via Expo upon completion.
The App concept:\n - When the app is loaded up, users will either sign into an existing account or create a new account using a valid email address.\n - This will lead them to a Home Screen page where they will be able to view the message channels they have with other users, with the ability to create new message channels or join existing ones using a unique key.\n - The user will be able to select each message channel and message on the selected channel. With Realtime updating to all users of the channel with the message sent.
Details:\n - Built using React Native\n - Programmed in JavaScript (with React elements)\n - Tailwind CSS for Styling the App\n - Firebase for data/message storage and user validation\n - Expo for Deployment
Complete