React Social Media App Design with Tailwind.css

preview_player
Показать описание
In this tutorial we are going to design a social media website using React, Tailwind, Next, HTML, and CSS.
In a separate video / next part we are going to connect it with a database and API endpoints.

Timestamps
00:00:00 - intro
00:01:32 - setup next, tailwind
00:03:20 - layout structure
00:13:26 - sidebar navigation
00:18:37 - post form
00:30:11 - single post
01:01:49 - animation on sidebar and dropdown
01:12:25 - profile page
01:49:00 - profile about / friends / photos
02:12:47 - saved posts page
02:15:55 - notifications
02:23:19 - login page
02:37:13 - styling for mobiles
Рекомендации по теме
Комментарии
Автор

Loved it ❣️🔥
Waiting for the next part

mahadevdhoble
Автор

Loved it ❣🔥
✌✌✌✌Waiting for the next part

Vezir_Fx
Автор

01:00:28 If you place the button inside the element ClickOutHandler with a simple ```<ClickOutHandler onClickOut={() => setPostMenu(false)}>``` it will work just fine. Regards. Thanks for thew tutorial

aureliomartin
Автор

Could you please use supabase as your backend/database?. Seems to be buzzing at the moment. Thank you!!!!

wplearnonline
Автор

Nice work bro, can you add shore or marketplace

ogarjosephodama
Автор

Might be a naive question, but why not put the Button inside of the ClickOutHandler along with the dropdown menu component at 1:01:34?

youtu.be/VXaYr6bI1pE?t=3694?

samuelyoon
Автор

Any idea why the tree dots icon (on the PostCard component) shows on top of the mobile navbar? It's something to do with "relative", but I can't change it because the dropdown menu wont work as intended anymore.

anycolouryoulike
Автор

can they upload video too? or only text and photo?

mirjalol
Автор

hi thankyou for this series can we get this part1 code from git ? i want to follow along part 2 but on github both code combined can u kindly provide code to specific part

faisaltariq-unso
Автор

How did you manage to install react-clickout-handler it says it's not compatible with react 18 but only 15 or 16?

Xtapodi
Автор

I think 3/12 is the same 1/3 also 9/12 and 3/4

mcibfvw
Автор

React 18 no longer support ClickOutHandler what is your fix to this for react 18?

Magues
Автор

Btw, your discord link isn't working

timeforrice
Автор

Could not find a declaration file for module 'react-clickout-handler'.
Getting this error also unable to install the module help please.

developerhun
Автор

Itd giving error please resolve

Server Error

Error: NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY env variables are required!

This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
pages\_app.js (12:69) @ eval

10 |
11 | function MyApp({ Component, pageProps }) {
> 12 | const [supabaseClient] = useState(() =>
| ^
13 | return (
14 | <SessionContextProvider
15 |
Call Stack
MyApp
pages\_app.js (12:36)
Show collapsed frames

beingcheercool
Автор

Aaahhh come ooon mate! Why no typescript?!? Its 2023!!! Nobody starts a project without typescript anymore! Your tutorial is definitely not for beginners, so thumbs down for not using TS! 😢

zlatkoiliev