Skip to content

aais1/LinkedIn-clone

Repository files navigation

LinkedIn Clone (Work in Progress)

Overview

This is an ongoing project to create a LinkedIn clone using React for the frontend, Firebase for the backend, Redux Toolkit for state management, and React-icons for incorporating various icons.

Technologies Used

  • Frontend: React
  • Backend: Firebase
  • State Management: Redux Toolkit
  • Icons: React-icons

Features (To be implemented)

  • Profile Creation and Editing
  • Job Listings

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aais1/Linkedin-clone
    
  2. Navigate to directory and install the dependencies

    cd linkedin-clone
    npm install
  3. Start the development server

    npm run dev