Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 812 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 812 Bytes

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.