Skip to content

AjayShukla007/Linkedin-clone-NextJS

Repository files navigation

LinkedIn clone using NextJS and MeterialUI

My LinkedIn Profile App

Steps to Run the Project

  1. Clone the repository
git clone https://github.com/AjayShukla007/Linkedin-clone-NextJS.git

cd Linkedin-clone-NextJS
  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Open your browser and navigate to http://localhost:3000

System Design Decisions

  • Frontend: Built with Next.js for server-side rendering and easy routing.
  • APIs: Implemented in the pages/api directory using Next.js API routes.
  • SEO Optimization: Utilized the 'next/head' component for setting up meta tags, titles, and structured data.
  • Styling: Used CSS or MeterialUI for UI styling.
  • Repository Structure: Organized code into pages, components, and API folders for maintainability.

Feel free to reach out if you have any questions or need further assistance!

This is just an practice assignment project not an production app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published