https://linkedin-clone-e1yd-git-master-jaideep0101.vercel.app/
LinkedIn is a business and employment-focused social media platform that works through websites and mobile apps. It is now owned by Microsoft. The platform is primarily used for professional networking and career development, and allows jobseekers to post their CVs and employers to post jobs.
Prerequisites : React
Clone the repository git clone https://github.com/jaideep0101/linkedin-clone.git cd linkedin-clone
npm install
const firebaseConfig = { apiKey: "YOUR_API_KEY", authDomain: "YOUR_AUTH_DOMAIN", databaseURL: "YOUR_DATABASE_URL", projectId: "YOUR_PROJECT_ID", storageBucket: "YOUR_STORAGE_BUCKET", messagingSenderId: "YOUR_MESSAGING_SENDER_ID", appId: "YOUR_APP_ID", measurementId: "YOUR_MEASUREMENT_ID", };
#Start the development server
npm start
Navigate to http://localhost:3000 in your web browser
Contributions are welcome! Please open an issue or pull request for any bugs or new features.