Skip to content

sumit6702/Intact_frontend

Repository files navigation

INTACT Linkedin Frontend Clone

A Linkedin Fronted Clone Build with NEXTJS.

Key FeaturesHow To UseLIVE

STATUS: WORK IN PROGRESS!


Overview:

This project is currently in progress. We're actively working on implementing new features and improvements.


Next Steps:

  • Finalize user authentication system
  • Implement messaging functionality
  • Improve UI/UX design
  • Conduct testing and bug fixes

screenshot screenshot

Key Features

  • User Profiles
  • User Authentication
  • Dark/Light mode
  • Connections and Networking
  • Messaging and Communication
  • Job Listings and Recruiting
  • Groups and Communities
  • Search and Discovery
  • Mobile-Friendly Design

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/sumit0o0/linkedin-frontend

# Go into the repository
$ cd linkedin-frontend

# Install dependencies
$ npm install

# Run the app
$ npm start