Skip to content

Linkedin clone with Next.js, TypeScript, MongoDB and Material UI

Notifications You must be signed in to change notification settings

sunilgitb/react-nextjs-linkedin

 
 

Repository files navigation

Linkedin Clone with Next.js

Linkedin clone with Next.js, TypeScript, MongoDB and Material UI

Features

  • Load posts from database
  • Get user information and recommendations list (with mock data)
  • Create a new post and add to database
  • Feed page layout

Technologies

TypeScript NextJS MaterialUI MongoDB Eslint Prettier

Getting Started

  • First, create your own .env.local file based on .env.example
  • Create a mongoDB instance on MongoDB Atlas and paste the database url on .env.local
  • Finally, run the development server:
npm run dev
# or
yarn dev

About

Linkedin clone with Next.js, TypeScript, MongoDB and Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%