Skip to content

A LinkedIn clone built with Next.js, TypeScript, MongoDB, and Tailwind CSS. It features user authentication via Clerk (Google, GitHub, email/password), allowing users to create and delete posts. Non-logged-in users can view posts, while authenticated users can like and comment. The app uses Cloudinary for media management and a responsive design.

Notifications You must be signed in to change notification settings

Mshandev/Linkedin-Clone

Repository files navigation

Linkedin Clone

This repository hosts the source code for a LinkedIn clone built with Next.js, TypeScript, MongoDB, and Tailwind CSS. The application replicates core LinkedIn functionalities, providing a platform for users to interact with posts and manage their accounts.

Demo

Features

  • User Authentication with Clerk (Google, GitHub, email/password)
  • Create and Delete Posts
  • Like and Comment on Posts
  • View Posts (non-logged-in users)
  • Responsive Design
  • Cloudinary Integration for Media Management

Screenshots

Home

  • Home Page

Post

  • Post Popup

Profile

  • Profile Section

Run Locally

Clone the project

    https://github.com/Mshandev/Linkedin-Clone.git

Go to the project directory

    cd Linkedin-Clone

Install dependencies

    npm install

Setup Environment Vaiables

  MONGO_URI=YOUR-MONGO_URL
  CLOUD_NAME = YOUR-CLOUDINARY-NAME
  API_KEY = YOUR-CLOUDINARY-API-KEY
  API_SECRET = YOUR-CLOUDINARY-API-SECRET
  NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = YOUR-CLERK-PUBLISHABLE-KEY
  CLERK_SECRET_KEY = YOUR-CLERK-SECRET-KEY

Start the server

    npm run dev

Tech Stack

Deployment

The application is deployed on Vercel.

Contributing

Contributions are always welcome! Just raise an issue, and we will discuss it.

Feedback

If you have any feedback, please reach out to me here

About

A LinkedIn clone built with Next.js, TypeScript, MongoDB, and Tailwind CSS. It features user authentication via Clerk (Google, GitHub, email/password), allowing users to create and delete posts. Non-logged-in users can view posts, while authenticated users can like and comment. The app uses Cloudinary for media management and a responsive design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published