/LinkedIn-FE

Minified LinkedIn frontend created using Reactjs

Primary LanguageJavaScript

LinkedIn Web Clone

Project server implementation details can be found here in backend part of this project.

You can enjoy with LIVE DEMO

Features

Create an account and login

Most of the component rendered conditionally. You have to login to see pages.


app
Create a new post

You can create a new post with and image and description


app
Like and make comments on posts

Most of the component rendered conditionally. You have to login to see pages.


app
Search for available users

Since this is a minified clone we don't have a lot of users there. But you can find some high quality people


app
Go to your profile and edit your information

Ofc you can edit your profile. All updates responds immediately. You don't have to refresh the page to see changes


app
Send friend request and receive notification
We didn't use websockets to implement notification. But you'll like the idea behind it. Check out from here here to see how we managed it
app