This is a clone of the LinkedIn social networking platform, built using React and Firebase. The purpose of this project is to showcase my skills in building a full-stack web application.
- User authentication and authorization with Firebase Authentication
- User profile creation and editing
- Newsfeed displaying posts from other users
- Ability to create and publish posts to the newsfeed
- Like and comment on posts
- Real-time chat functionality using Firebase Realtime Database
- Search for other users and view their profiles
- React.js
- Firebase Authentication
- Firebase Realtime Database
To get started with this project, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/yourusername/LinkedIn-Clone.git
. - Install the necessary dependencies using
npm install
in the client folder. - Start the client by running
npm start
in the client folder.
Once you have the project running, you can navigate to http://localhost:3000
to use the LinkedIn clone.
If you would like to contribute to this project, please submit a pull request.
This project is licensed under the MIT License.