Panda TV+ is a social media application built using React Native, integrating Firebase for chat functionalities, and a Laravel server for managing feeds. This application offers users an engaging platform to connect, share, and communicate with each other.
- Real-time chat using Firebase.
- Dynamic social feeds managed through a Laravel backend.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Node.js
- React Native CLI
- Android Studio or Xcode (for iOS)
A step-by-step series of examples that tell you how to get a development environment running:
- Clone the repo:
git clone https://github.com/yourusername/pandatv-plus.git
- Install NPM packages:
npm install
- React Native - The framework used
- Firebase - Real-time database and authentication
- Laravel - Backend API
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Andzisi Mabaso - Initial work - AndzieM347
This project is licensed under the MIT License - see the LICENSE.md file for details