Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SrDouglax/Pituca

Repository files navigation

Pituca Chat App

Welcome to Pituca, a React Native chat application with additional features such as group pets!

Description

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.

Features

  • 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

Installation

To run Pituca on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/your_username/Pituca.git
  1. Navigate to the project directory:
cd Pituca
  1. Install dependencies:
npm install
  1. Start the application:
npm start
  1. Follow the instructions to run the application on iOS or Android emulator, or on a physical device.

Dependencies

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

Contributing

If you would like to contribute to Pituca, please follow these guidelines:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feat/YourFeature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a new Pull Request

License

This project is licensed under the MIT.

Acknowledgements

  • 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.

About

React Native chat application with additional features such as group pets!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published