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/
Yes, clone the repo and then install deps:
yarn
Then, run the project via following command:
yarn dev
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.