/linkedin-clone

LinkedIn clone made using Next.js and Shadcn

Primary LanguageTypeScript

What is this?

This project is a Linkedin feed page clone made using Next.js. I made it responsive and as real as possible. It's also just hobby project, created over night using Shadcn Components. It's only client side rendering (there is no server side interaction). I also added a bit of similar behaviour of Messaging component exists in Linkedin.com for fun.

Demo url: https://linkedinv2.vercel.app/

Can I run locally?

Yes, clone the repo and then install deps:

yarn

Then, run the project via following command:

yarn dev

Will you develop this in future?

If I have time, and if people show interest, I can convert this to a more advanced Linkedin clone with Auth / Post / Commenting modules etc.