- 🤖 Introduction
- ⚙️ Tech Stack
- 🔋 Features
- 🤸 Quick Start
- 📲 Download apk
- 🕸️ Snippets
Built with React Native for seamless user experiences, Animatable for captivating animations, and integrated with the dependable backend systems of Appwrite, this app showcases impressive design and functionality, enabling seamless sharing of AI videos within the community.
- React Native
- Expo
- Nativewind
- Animatable
- Appwrite
👉 Onboarding Screen: Engaging graphics and clear instructions welcome users to the app.
👉 Robust Authentication & Authorization System: Secure email login safeguards user accounts.
👉 Dynamic Home Screen with Animated Flat List: Smoothly animated flat list showcases the latest videos for seamless browsing.
👉 Pull-to-Refresh Functionality: Users can refresh content with a simple pull gesture for up-to-date information.
👉 Full-Text Search Capability: Efficiently search through videos with real-time suggestions and instant results.
👉 Tab Navigation: Navigate between sections like Home, Search, and Profile with ease using tab navigation.
👉 Post Creation Screen for Uploading Media: Upload video and image posts directly from the app with integrated media selection.
👉 Profile Screen with Detailed Insights: View account details and activity, including uploaded videos and follower count, for a personalized experience.
👉 Bookmark Section: View bookmarked videos, and search videos among bookmarked.
👉 Responsiveness: Smooth performance and adaptability across various devices and screen sizes for a consistent user experience.
👉 Animations: Dynamic animations using the Animatable library to enhance user interaction and engagement throughout the app's UI.
and many more, including code architecture and reusability
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Cloning the Repository
git clone https://github.com/Magar0/React-Native-App.git
cd react-native-app
Installation
Install the project dependencies using npm:
npm install
Running the Project
npm start
Expo Go
Download the Expo Go app onto your device, then use it to scan the QR code from Terminal and run.
https://expo.dev/accounts/thapa0/projects/thapa-app/builds/005a9447-73e3-4b78-aefd-6598615025c2
https://drive.google.com/file/d/1Jy8-ZFNghpyVIyiMCIFFPkuABQZ80Hbg/view?usp=drive_link (drive link for apk file)
Dummy Videos for Appwrite
const videos = [
{
title: "Get inspired to code",
thumbnail:
"https://i.ibb.co/tJBcX20/Appwrite-video.png",
video:
"https://player.vimeo.com/video/949579770?h=897cd5e781",
prompt:
"Create a motivating AI driven video aimed at inspiring coding enthusiasts with simple language",
},
{
title: "How AI Shapes Coding Future",
thumbnail:
"https://i.ibb.co/Xkgk7DY/Video.png",
video:
"https://player.vimeo.com/video/949581999?h=4672125b31",
prompt: "Picture the future of coding with AI. Show AR VR",
},
{
title: "Dalmatian's journey through Italy",
thumbnail:
"https://i.ibb.co/CBYzyKh/Video-1.png",
video:
"https://player.vimeo.com/video/949582778?h=d60220d68d",
prompt:
"Create a heartwarming video following the travels of dalmatian dog exploring beautiful Italy",
},
{
title: "Meet small AI friends",
thumbnail:
"https://i.ibb.co/7XqVPVT/Photo-1677756119517.png",
video:
"https://player.vimeo.com/video/949616422?h=d60220d68d",
prompt:
"Make a video about a small blue AI robot blinking its eyes and looking at the screen",
},
{
title: "Find inspiration in Every Line",
thumbnail:
"https://i.ibb.co/mGfCYJY/Video-2.png",
video:
"https://player.vimeo.com/video/949617485?h=d60220d68d",
prompt:
"A buy working on his laptop that sparks excitement for coding, emphasizing the endless possibilities and personal growth it offers",
},
{
title: "Japan's Blossoming temple",
thumbnail:
"https://i.ibb.co/3Y2Nk7q/Bucket-215.png",
video:
"https://player.vimeo.com/video/949618057?h=d60220d68d",
prompt: "Create a captivating video journey through Japan's Sakura Temple",
},
{
title: "A Glimpse into Tomorrow's VR World",
thumbnail:
"https://i.ibb.co/C5wXXf9/Video-3.png",
video:
"https://player.vimeo.com/video/949620017?h=d60220d68d",
prompt: "An imaginative video envisioning the future of Virtual Reality",
},
{
title: "A World where Ideas Grow Big",
thumbnail:
"https://i.ibb.co/DzXRfyr/Bucket-59038.png",
video:
"https://player.vimeo.com/video/949620200?h=d60220d68d",
prompt:
"Make a fun video about hackers and all the cool stuff they do with computers",
},
];