Avivin is a video-sharing platform built with React Native and Appwrite. Users can upload, view, like, and manage videos.
- User Authentication
- Video Upload and Playback
- Like and Unlike Videos
- User Profiles
- React Native
- Appwrite
- Expo
- TailwindCSS
- Node.js
- Expo CLI
- Appwrite Server
- Clone the Repository
git clone https://github.com/KierthanaRS/Avivin.git
cd Avivin- Install Dependencies
npm install-
Configure Appwrite
- Set up an Appwrite server.
- Create a new project in Appwrite.
- Create necessary collections and documents in Appwrite.
- Set up your Appwrite configuration in
src/lib/appwrite.js.
-
Run the Application
npx expo start.
├── src
│ ├── assets # Image and other asset files
│ ├── components # Reusable React components
│ ├── constants # Constants such as images and icons
│ ├── context # Global context for state management
│ ├── lib # Appwrite configuration and helper functions
│ ├── navigation # React Navigation setup
│ ├── screens # Screen components
│ ├── styles # Styling files
│ └── App.js # Entry point of the application
└── package.json # Project dependencies and scripts
-
User Authentication
- Users can sign up and log in to the application.
-
Video Upload and Playback
- Users can upload videos and view them within the app.
-
Like and Unlike Videos
- Users can like and unlike videos.
-
User Profiles
- Users can view and edit their profiles.
Contributions are welcome! Please create a pull request or open an issue to discuss changes.
If you have any questions or suggestions, feel free to reach out.
This is an Expo project created with create-expo-app.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-projectThis command will move the starter code to the app-example directory and create a blank app directory where you can start developing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.







