It is a linkedin-clone where i implemented the Login, Register & Post functionalities.
- For registration, provide Full name, Email & Password and profile pic url is optional. Once all the details are provided simply click on Register Now.
- Now, to send a post, type anything on the post input box and click on Enter. We can see a animation, when posting the details, we have used the react-flip-move effect for this animation.
- For storing the post details, we have used the firestore.
- To logout, simply click "me" option on Navbar.
- For login, provide Email & Password and click on Sign In so that you will be logged into the app. I have used the Firebase authentication for registration & login.
Technologies used are ReactJS, CSS, Redux
