dannweeeee / threads

Threads Clone Web Application - Progressive Template

Home Page:https://threads-by-dann.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threads Clone

Screenshot 2023-10-07 at 4 17 43 PM

Overview

Threads was developed to emulate the features and user experience of the newly released Threads by Meta. Powered by modern technologies such as React, Next.js, TypeScript, and MongoDB to provide a seamless and performant user interface. THIS IS A PROGRESSIVE WEB APP TEMPLATE

Visit the Deployed Vercel Website at: https://threads-by-dann.vercel.app/

Features

  • Clone Functionality: Mimics the key features and interactions of Threads.
  • Multithreading: Utilizes 13 threads for concurrent execution, enhancing performance.
  • Full Stack Development: Built with a complete MERN stack, including MongoDB for data storage.
  • TypeScript Integration: Enhances code quality and developer experience with static typing.
  • Next.js Optimization: Leverages Next.js for server-side rendering and other performance improvements.

Additional Features

  • Community Integration: Add-on feature that allows users to be part of interest groups ‼️‼️

Technologies

  • React: A JavaScript library for building user interfaces.
  • Next.js: A React framework for server-side rendering and optimization.
  • TypeScript: A superset of JavaScript, adding static typing to the language.
  • MongoDB: A NoSQL database for flexible and scalable data storage.

Tools

Tools that I used:

  • Clerk - For Authentication, Communities Management, User Management and Webhooks
  • Shadcn - For Accessible, Open Source User Interface Components
  • Uploadthing - For File Uploads (Mainly Image)
  • Zod - For schema declaration and validation library (Avoided Duplicates especially for Multithreading Feature)

Installation

Clone the repository

git clone https://github.com/dannweeeee/threads.git

Deployment

First install the dependencies with the following command:

npm install

Thereafter run the following command to run Threads locally:

npm run dev

About

Threads Clone Web Application - Progressive Template

https://threads-by-dann.vercel.app/


Languages

Language:TypeScript 90.4%Language:JavaScript 6.0%Language:CSS 3.7%