Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Project: Social Media App (TikVid)

Project Description

A short-video sharing and social networking app where users can:

  • Create and share short videos with music, filters, and effects.
  • Follow other users to view their content in a personalized feed.
  • Like, comment, and share videos.
  • Post stories, images, and text updates.
  • Explore trending hashtags, challenges, and creators.

Core Features

  1. User Authentication

    • Email/Phone number sign-up.
    • Social login via Google, Facebook, or Apple.
    • User profile creation with username, bio, and profile picture.
  2. Video Creation and Editing

    • Upload videos from the gallery or record directly using the app.
    • Add music, filters, effects, and stickers to videos.
    • Trim, crop, and enhance video quality.
  3. Feed and Explore

    • A personalized feed (For You page) based on user interests.
    • Explore section to discover trending videos, hashtags, and creators.
  4. Social Features

    • Like, comment, and share videos to other platforms.
    • Follow/unfollow users.
    • Post stories (images/videos) that disappear after 24 hours.
    • Private messaging and group chats.
  5. Search and Discover

    • Search by users, hashtags, and video content.
    • Trending challenges and hashtag support.
  6. Notifications

    • Alerts for likes, comments, follows, and shares.
    • Notifications for messages and story mentions.
  7. Privacy and Security

    • Public/private profile options.
    • Block/report functionality for users and content.
    • Age restrictions and content moderation.

Advanced Features

  1. AI-Powered Recommendations

    • AI to recommend videos based on user engagement and interests.
  2. Monetization

    • In-app purchases for virtual gifts.
    • Ads for promoted content.
    • Creator monetization with sponsored content and tipping.
  3. Live Streaming

    • Real-time live streaming with viewer interaction (comments, virtual gifts).
  4. Analytics for Creators

    • Insights into video performance (views, likes, shares).
    • Audience demographics and trends.

Technology Stack

Frontend:

  • React Native (for cross-platform app development).
  • Expo for rapid prototyping.

Backend:

  • Node.js with Express.js for APIs.
  • MongoDB or PostgreSQL for data storage.

Storage and Media Processing:

  • AWS S3 or Firebase Storage for storing media files.
  • FFmpeg for video compression and processing.

Real-Time Features:

  • Socket.IO for live chat and real-time notifications.

AI/ML (Optional):

  • TensorFlow.js or OpenCV for video recommendations and effects.

Authentication:

  • Firebase Authentication or OAuth2.

Deployment:

  • Backend: AWS EC2 or Google Cloud.
  • Frontend: Expo or App Store and Play Store.

Project Board Structure

To Do:

  • Design UI/UX wireframes for key features (feed, profile, video editor).
  • Set up backend API for user authentication.
  • Implement video upload and storage system.
  • Develop frontend for user registration and login.
  • Add video feed and explore page.

In Progress:

  • Create video recording and editing functionality.
  • Build the like, comment, and share features.

Done:

  • Initialize GitHub repository.
  • Basic backend setup with Express and MongoDB.

Potential Folder Structure

TikVid/
├── frontend/
│   ├── components/
│   ├── screens/
│   ├── redux/
│   ├── App.js
│   └── package.json
├── backend/
│   ├── models/
│   ├── routes/
│   ├── controllers/
│   ├── server.js
│   └── package.json
├── README.md
└── .gitignore

About

A simple and classic Snake (Snack) Game built with HTML, CSS, and JavaScript. Play the game directly in your browser and try to get the highest score!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors