Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.22 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.22 KB

Together App

Together App is a social app to connect with your family, friends and others. You can add friends to get updates on your feed or can message.

Getting Started

First, install the packages:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Rename the env-guide.txt file to .env.local and add environment variables Uncomment {children} in root level layout.tsx file and comment <DbFull /> component

Tech used

Features

  • Feeds

    • Create posts
    • Delete your post
    • See other's posts (infinite scroll)
    • Interact with the posts by liking and doing comment and sharing
  • Profile

    • Add friends
    • Make your profile
    • See other's profile
  • Messages

    • Message your friends
    • Search conversation
  • Notifications

    • Get notifications for app events
  • Explore

    • Find people or posts
    • Friends recommendations