Loca Chat by CoderWaves is a React.js and React Native chat app offering free video calls, instant messaging, status updates, voice notes, and media sharing. Enjoy a seamless experience on iOS and Android. Clone the repo, install dependencies, and run the app. Contributions welcome! Licensed under MIT.
- Free video calls
- Instant messaging
- Status updates
- Voice notes
- Media sharing
Ensure you have the following installed:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/coderwavesofficial/LocaChat.git
- Navigate to the project directory:
cd LocaChat
- Install dependencies:
or
npm install
yarn install
To start the development server, run:
npm run android
or
npm run ios