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.
- Frontend: React
- Backend: Firebase
- State Management: Redux Toolkit
- Icons: React-icons
- Profile Creation and Editing
- Job Listings
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/aais1/Linkedin-clone
-
Navigate to directory and install the dependencies
cd linkedin-clone npm install
-
Start the development server
npm run dev