Skip to content

jaideep0101/linkedin-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Live Project

https://linkedin-clone-e1yd-git-master-jaideep0101.vercel.app/

# LinkedIn clone

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.

# Getting Started

Prerequisites : React

# Installing

Clone the repository git clone https://github.com/jaideep0101/linkedin-clone.git cd linkedin-clone

# Install dependencies

npm install

# Create a Firebase project and add your Firebase config object to src/firebase.js

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", };

# Enable the Firebase Authentication and Firestore services in your Firebase project

#Start the development server

npm start

Navigate to http://localhost:3000 in your web browser

# Contributing

Contributions are welcome! Please open an issue or pull request for any bugs or new features.