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.