Skip to content

demitraps/threads-app-next13

Repository files navigation

Full Stack Next.js 13 Threads App | React, Next JS, TypeScript, MongoDB

This is a clone of the popular Threads App (META's Twitter).

Features

  • Create threads
  • Reply/comment to threads
  • View activity
  • Search users
  • Create communities
  • Invite users to communities
  • Search communities
  • Post threads from communities
  • User / Community profiles

Tech Stack

React, Next.JS 13, TypeScript, TailwindCSS

Authentication: Clerk Data validation: Zod FileUploads: UploadThing Components: Shadcn Database: MongoDB with Mongoose ODM

Demo

App Screenshot

Sign-in

You can sign in using any Google or Github account here: https://threads-app-umber.vercel.app/sign-in

App Screenshot

Screenshots

Homepage:

App Screenshot

Search:

App Screenshot

Activity:

App Screenshot

Create Thread:

App Screenshot

Communities:

App Screenshot

Profile page:

App Screenshot

Single Community page:

App Screenshot

Responsive design:

App ScreenshotApp Screenshot

To-Do List

  • Create like and share options
  • Activity notifications
  • Follow requests
  • Hashtags
  • User tagging

Prerequisites

Node version 14.x

Cloning the repository

  git clone https://github.com/demitraps/threads-app-next13.git

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app