This project was building with Create Next App.
- βοΈ Next.js
- π₯ Tailwind
- π‘οΈ TypeScript
- π MongoDB
- π Recoil to simplify state management functions.
- πͺ FramerMotion
- πΈ Next Auth (to auth with Google)
- ποΈ Google News Api
- π Next theme
- π₯ React-Player
- π₯ͺ React Hot Toast
- π Time ago react library
- π° CodeStyle - Prettier
This is a LinkedIn clone web app. Fully adaptive. Choose your google account and start posting. Add photos, videos and search for interesting posts.
- Log in with your Google account (itβs safe, app doesnβt see or store your password - I use Next Auth module).
- Choose light or dark mode.
- Add new posts, you can also attach photos using url link.
- To add a video to your post be sure your YouTube link looks like this: https://www.youtube.com/watch?v=im2DetQWs24&t=226s&ab_channel=ChrisLuno.
- Delete your post or make new one.
- Search through added posts (to show all posts again just clear input add push to search).
- Logout by pushing your profile icon.
- Download this project or
git clone
- Run command
yarn install
- Run
yarn dev
- Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.