Reel-It is a Flutter project that allows users to create and share short videos with others, similar to the popular social media app Instagram's "Reels" feature. The application uses Firebase for authentication, storage, and database. This project is available on Github at https://github.com/Manas-33/reels_video_application.
-
Login/Signup: Users can create an account or login with their Google account.
-
Video Recording: Users can record short videos using their phone camera or upload existing videos from their device.
-
Video Sharing: Users can share their videos with other users on the app.
-
Like: Users can like videos posted by other users.
-
Commenting: Users can comment on videos posted by other users.
To run this application, you need to have Flutter installed on your local machine. You can find the installation instructions here.
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/Manas-33/reels_video_application.git
- Navigate to the project directory:
cd reels_video_application
- Install dependencies:
flutter pub get
- Run the app:
flutter run
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.