Welcome to Pituca, a React Native chat application with additional features such as group pets!
Pituca is a mobile chat application developed using React Native. It allows users to communicate with each other in real-time, while also providing an extra layer of fun with group pets. Each group has its own pet, and individual users can also have their own pet companion.
- Real-time chat functionality
- Group pets: Each chat group has its own pet
- Personal pets: Users can have their own pet companion
- Easy-to-use interface
To run Pituca on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/your_username/Pituca.git
- Navigate to the project directory:
cd Pituca
- Install dependencies:
npm install
- Start the application:
npm start
- Follow the instructions to run the application on iOS or Android emulator, or on a physical device.
Pituca utilizes the following dependencies:
- React Native
- Supabase: For authentication, data storage, and real-time data synchronization
- Gifted Chat: For a customizable and feature-rich chat interface
If you would like to contribute to Pituca, please follow these guidelines:
- Fork the repository
- Create your feature branch (
git checkout -b feat/YourFeature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature/YourFeature) - Create a new Pull Request
This project is licensed under the MIT.
- Thanks to the creators of React Native and all the dependencies used in this project.
- Special thanks to our contributors for their valuable input and contributions.