Vid Journey is a discovery platform for AI-generated videos and their prompts. The app allows users to explore trending and latest videos, bookmark their favorites, create posts for their own generated videos, and search by title.
Vid Journey is inspired by the concept of exploration and discovery, much like its namesake, Sora. It provides a platform for users to discover AI-generated videos, share their own creations, and explore content generated by others.
To run Vid Journey on your local machine, follow these steps:
Clone the repository:
git clone https://github.com/junaid7lone/vid-journey.git
cd vid-journey
Install dependencies:
npm install
Run the app:
npm start
This will start the Expo development server. You can then run the app on an Android or iOS simulator or on a physical device using the Expo Go app.
npm start
We welcome contributions! Here’s how you can help:
git checkout -b feature-branch
git commit -m "Add new feature"
git push origin feature-branch
Please ensure your code follows the existing style guidelines and passes all tests.
This project is licensed under the MIT License - see the LICENSE file for details.