- Clone the repository
git clone https://github.com/AjayShukla007/Linkedin-clone-NextJS.git
cd Linkedin-clone-NextJS
- Install dependencies
npm install
- Run the development server
npm run dev
- Open your browser and navigate to http://localhost:3000
- 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.