A web application engineered and designed to be a LinkedIn clone. Created with React, Redux, and Google Firebase.
Functions:
- User authentication, login, logout.
- Backend database with Firebase.
- Create and post messages.
- Multiple users are able to login and post messages to the feed, real-time
This app was engineered to gain knowledge on using firebase in full stack applications and was a fun project to design overall.
- Created user authentication
- Generated a backend database using Google Firebase.
- Created a live real time feed, where multiple users can post and view each other's messages on the feed.
- Deploying and hosting with Google Firebase.
- Styled and designed web layout with HTML and CSS.
Check it out yourself by clicking here!
Users can use this application on their own accord and follow their own decisions or use this comprehensive guide:
Users can create a profile with their full name, profile picture URL (optional), email, and password.
-
Once a user registers, they will be taken to the main component -> the Feed.
-
Users can create a message and post it to the feed.
-
Users can see the posts created by other users in real-time.
Enjoy the App :)
Thank you for your time!
React documentation
Redux documentation
Google Firebase documentation