This is a chat application for mobile devices. It is built with the use of React Native. chatMeUp
Users will be able to select background chat room colors of their choice, share images and location on their chat interface.
User Story
As a user, i want to flexibly select the design of my chatroom environment and easily enter a chatroom, so i can quickly chat with my friends and family. Share images and location with my friends and family too.
Key Features
Setting Up The App
Build Requirements
Installation
Fork or download this repo.
npm install or yarn install in the terminal to install all dependencies.
How to set chatMeUp running
1. Download and install the code.
2. Install Expo globally npm install --global expo-cli.
3. To start the app, run expo start or npm start.
4. To run the app on a device, install an emulator or install expo go on your smartphone.