Skip to content

Files

Latest commit

9f95b4d · Mar 16, 2024

History

History
44 lines (27 loc) · 733 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 733 Bytes

Threads App

This is a full stack Threads app made with Mongo DB, Express Js, React Js & Node Js (MERN).

Demo

https://www.linkedin.com/feed/update/urn:li:activity:7143299299903176706/

Features

  • Light/dark mode toggle
  • Live updates
  • Create Posts with images or text only
  • Like/Unlike feature
  • Comment feature
  • Follow/Unfollow feature
  • Personal Message with Photos
  • Profile create, edit, profilePic etc.

Installation

To setup this project run this line in your code editor terminal open two terminals

  cd frontend
  cd backend 

To install packages run this on both terminal

  npm install

To start this on local server run this on both terminal

  npm run dev