Skip to content

A functional, web responsive LinkedIn clone with realtime updates and interactive UI.

Notifications You must be signed in to change notification settings

tarunluthra123/Linkedin-Clone

Repository files navigation

LinkedIn Clone

A fully functional web responsive LinkedIn clone with realtime updates and interactive features.

The build uses :

  1. Next.js
  2. Tailwind CSS
  3. React Redux
  4. Firebase

The build can viewed live on this link - Live Demo

Screenshots

Running locally

To run this project locally, follow these instructions

  1. Clone this project
git clone [email protected]:tarunluthra123/Linkedin-Clone.git
  1. Install the dependencies
npm install
# or
yarn
  1. Setup Firebase. Go to https://firebase.google.com/ and create a new project.

  2. Setup .env file Copy the API_KEY and other related authentication details required to connect this application to your Firebase App and paste them in a .env file which must be created in the root folder. Refer to '/utils/firebase.js/' for the exact structure.

  3. Run the Next development server

npm run dev
# or
yarn dev

About

A functional, web responsive LinkedIn clone with realtime updates and interactive UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published