This is a WhatsappClone application powered by React-Native, Epo-Cli, GraphQL and AWS that provides the main functions you'd expect from a chat, such as emojis, and private messages etc.
Whether you use this project, have learned something from it, or just like it, please consider supporting it by buying me a coffee, so I can dedicate more time on open-source projects like this :)
- Material Design
- Emoji support
- User @mentioning
- Private messaging
- Other awesome features yet to be implemented
Clone this repo to your desktop and run npm install to install all the dependencies.
You might want to look into config.json to make change the port you want to use and set up a SSL certificate.
After you clone this repo to your desktop, go to its root directory and run npm install or yarn to install its dependencies.
Once the dependencies are installed, you can run npm start or yarn startto start the application.
You will then be able to access it at localhost:19002 will open Expo's Metro bundler
Make sure you have Expo-Cli installed globally by npm install --global expo-cli or yarn global add expo-cli
You can check out the full license here
This project is licensed under the terms of the MIT license.
