Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MADHURYAHAIT/Tora
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: MADHURYAHAIT/Tora
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 16, 2024

  1. Final release.md

    MADHURYAHAIT authored Oct 16, 2024
    Copy the full SHA
    685b4c7 View commit details
  2. iMAGE.md

    MADHURYAHAIT authored Oct 16, 2024
    Copy the full SHA
    ac31fa4 View commit details
  3. Copy the full SHA
    1b1bc6d View commit details
  4. lib added

    MADHURYAHAIT committed Oct 16, 2024
    Copy the full SHA
    1bdc075 View commit details
  5. Copy the full SHA
    6fa5d7a View commit details

Commits on Oct 17, 2024

  1. updated

    MADHURYAHAIT authored Oct 17, 2024
    Copy the full SHA
    b654b21 View commit details

Commits on Oct 22, 2024

  1. Update README.md

    MADHURYAHAIT authored Oct 22, 2024
    Copy the full SHA
    675804d View commit details

Commits on Oct 23, 2024

  1. Update README.md

    MADHURYAHAIT authored Oct 23, 2024
    Copy the full SHA
    3fc2486 View commit details

Commits on Nov 7, 2024

  1. Update README.md

    MADHURYAHAIT authored Nov 7, 2024
    Copy the full SHA
    84f9bd3 View commit details
Showing with 598 additions and 3 deletions.
  1. +0 −1 .gitignore
  2. +34 −2 README.md
  3. +535 −0 lib/appwrite.js
  4. +29 −0 lib/useAppwrite.js
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@ node_modules/
dist/
web-build/

lib
igg.mp4
# Native
*.orig.*
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
An Social Platform which can be used to share ai generated videos & happiness.
This is made in React Native.
<h1> Tora: An AI Video Sharing Platform </h1>
<hr/>

![image](https://github.com/user-attachments/assets/4cbbf591-393e-424e-abf9-88af42ac5915) ![image](https://github.com/user-attachments/assets/dbb0b6b9-c492-4b7e-8a0b-8bd08b076e14)

<hr/>

**------------ This Repo is open for contribution ------------**<br/>
Kindly generate an Issue and ask the issue to be assigned to you.
<hr/>

**Overview**

Tora is a video sharing platform built using React Native and Appwrite. It allows users to create, share, and discover videos. The platform features a user-friendly interface, bookmarking functionality, and a robust backend powered by Appwrite.

**_Features_**

User Authentication: Users can create accounts and log in to access the platform's features.
Video Upload: Users can upload Ai Generated videos to share with the community.
Bookmarking: Users can bookmark their favorite videos for easy access.
Video Discovery: Users can discover new videos through the platform's trending section.
Search Functionality: Users can search for specific videos using keywords.
and much more

Have fun sharing happiness.

To Run -

npm i

Once your emulator / android device is configured hit -

npm run android

Loading