{"id":36573,"date":"2022-11-26T01:00:03","date_gmt":"2022-11-26T05:00:03","guid":{"rendered":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/"},"modified":"2022-11-25T22:30:14","modified_gmt":"2022-11-26T02:30:14","slug":"script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial","status":"publish","type":"post","link":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/","title":{"rendered":"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase &#8211; Tutorial"},"content":{"rendered":"<div align=\"center\" style=\"padding: 2%;\"><iframe loading=\"lazy\" title=\"Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/mDgEqoQUBgk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<blockquote style=\"text-align: left; background-color: #E4E4E4; border: 3px dotted gray; padding:2%;\"><p>\n<a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/p>\n<h3>Create an Instagram Clone with React, Tailwind CSS, Firebase &#8211; Tutorial<\/h3>\n<p><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p>By <a href=\"https:\/\/www.youtube.com\/channel\/UC8butISFwT-Wl7EV0hUK0BQ\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><strong>freeCodeCamp.org<\/strong><\/a><br \/>\n<strong>Published<\/strong>: Apr 19, 2021<\/p>\n<p><em style=\"font-family: 'Times New Roman',Times,serif; color: #666;\"><span style=\"font-size: 3.5em; font-weight: bold;\">\u201c<\/span><\/em><br \/>\n<a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg\" class=\"alignright\" align=\"right\" alt=\"freeCodeCamp.org\" style=\"width: 200px; height: auto;\"\/><\/a> Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, useRef), Firebase (Firestore\/auth), Tailwind CSS, LoadTest, Lighthouse, Vercel, React Testing Library and Cypress E2E Testing.<\/p>\n<p>This React project has multiple pages: login, sign up, dashboard (to view\/like\/comment on photos), and user profiles. The sign-in page connects to Firebase when a user tries to sign in, and when a user signs up, Firebase auth is used to store the user in the Firebase auth database. After the application is built you will learn how to deploy it to Vercel.<\/p>\n<p>Course created by Karl Hadwen. Check out his channel: <a href=\"https:\/\/www.youtube.com\/c\/CognitiveSurge\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">https:\/\/www.youtube.com\/c\/CognitiveSurge<\/a><\/p>\n<p>Code: <a href=\"https:\/\/github.com\/karlhadwen\/instagram\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">https:\/\/github.com\/karlhadwen\/instagram<\/a><\/p>\n<ul><strong>Course Contents<\/strong><\/p>\n<li>(0:00:00) Introduction<\/li>\n<li>(0:05:37) Showcase<\/li>\n<li>(0:15:28) Create React App (yarn)<\/li>\n<li>(0:18:22) Project Folder Structure<\/li>\n<li>(0:20:26) Installing Dependencies<\/li>\n<li>(0:22:47) Refactoring unnecessary files, refactoring code<\/li>\n<li>(0:29:18) Install ESLint<\/li>\n<li>(0:33:06) Creating Folder Structure &amp; Architecture<\/li>\n<li>(0:43:05) Setup Firebase<\/li>\n<li>(0:44:22) Firestore<\/li>\n<li>(0:46:44) Firestore Rules<\/li>\n<li>(0:48:43) Firestore (Collections &amp; Docs)<\/li>\n<li>(0:51:00) Firebase Authentication<\/li>\n<li>(0:53:59) Realtime Database (Explanation)<\/li>\n<li>(0:54:45) createContext in firebase.js<\/li>\n<li>(1:02:34) Creating App in Firebase<\/li>\n<li>(1:09:15) Start working on Login Page<\/li>\n<li>(1:10:17) Install React Router Dom<\/li>\n<li>(1:18:15) Create Routes<\/li>\n<li>(1:21:51) Continue working on Login Page (Part 2)<\/li>\n<li>(1:26:35) Tailwind.css Introduction<\/li>\n<li>(1:31:34) Continue working on Login Page (Part 3)<\/li>\n<li>(1:32:35) Install more dependencies<\/li>\n<li>(1:36:30) Change how all scripts work<\/li>\n<li>(1:40:21) yarn add postcss -D<\/li>\n<li>(1:40:57) Create components folder<\/li>\n<li>(1:34:19) Tailwind.css setup<\/li>\n<li>(1:35:51) Completed Tailwind Setup, Continue working on Login Page (Part 4)<\/li>\n<li>(1:39:28) Interjection: Field Value<\/li>\n<li>(1:41:56) Continue working on Login Page<\/li>\n<li>(2:01:47) Tailwind.config<\/li>\n<li>(2:06:05) Login Functionality (with Firebase)<\/li>\n<li>(2:11:12) Signup Page<\/li>\n<li>(2:22:53) Check for user created is a duplicate<\/li>\n<li>(2:54:49) Not Found &amp; Dashboard Page<\/li>\n<li>(3:01:11) Created Timeline Component<\/li>\n<li>(3:01:28) Created Sidebar Component<\/li>\n<li>(3:01:47) Created Header Component<\/li>\n<li>(3:04:14) use-auth-listener.js Hook<\/li>\n<li>(3:11:23) users.js UserContext<\/li>\n<li>(3:15:38) Back to Header Component<\/li>\n<li>(3:42:21) Working on Dashboard Page<\/li>\n<li>(3:45:59) Working on Sidebar Component<\/li>\n<li>(3:46:15) use-user.js hook<\/li>\n<li>(4:04:20) In user.js ? Introduction to prop types<\/li>\n<li>(4:25:03) Created Timeline.js<\/li>\n<li>(4:25:43) Explanation on useMemo<\/li>\n<li>(4:27:45) Add WhyDidYouRender<\/li>\n<li>(4:29:53) Struggling with some issues<\/li>\n<li>(4:42:42) Finally Figuring out some problems with WhyDidYouRender<\/li>\n<li>(4:50:41) Working on suggestion.js (sidebar completed)<\/li>\n<li>(4:59:20) Get suggested profiles<\/li>\n<li>(5:16:28) Functionality: Remove followed user from suggestion<\/li>\n<li>(5:23:12) Functionality: Update user\u2019s following &amp; followers<\/li>\n<li>(5:34:18) Overview on Timeline<\/li>\n<li>(5:40:47) Creating Post Component<\/li>\n<li>(5:42:57) Creating more custom hooks (usePhotos)<\/li>\n<li>(6:04:16) Rendering out the photos (using React skeleton)<\/li>\n<li>(6:10:55) Start work on Post Component<\/li>\n<li>(6:15:18) Components within Post<\/li>\n<li>(6:16:03) Header Component<\/li>\n<li>(6:20:56) Image &amp; Actions<\/li>\n<li>(6:27:32) Service call in Firebase<\/li>\n<li>(6:42:44) Show Comments<\/li>\n<li>(6:51:13) Add Comments<\/li>\n<li>(7:12:26) Adding Protected Routes<\/li>\n<li>(7:27:13) Profile<\/li>\n<li>(7:30:20) Lazy load explanation<\/li>\n<li>(7:45:23) Continue working on Profile Page<\/li>\n<li>(7:58:48) Header Component in Profile Page<\/li>\n<li>(8:02:14) Profile Specific Header<\/li>\n<li>(8:18:00) Get User Photos<\/li>\n<li>(8:37:52) Continue working on header<\/li>\n<li>(9:20:31) Information in header<\/li>\n<li>(9:37:09) Photos Component in Profile Page<\/li>\n<li>(9:50:07) Recap of everything we\u2019ve done<\/li>\n<li>(9:52:55) Start of Review<\/li>\n<li>(9:55:33) Not found header<\/li>\n<li>(9:57:04) Review of usePhotos, useUsers, isUserLoggedIn, ProtectedRoute<\/li>\n<li>(9:58:35) Review of contexts: firebase.js and user.js<\/li>\n<li>(9:58:57) Review of Routes &amp; Posts<\/li>\n<li>(10:01:31) loadtest (Npm install -g loadtest)<\/li>\n<li>(10:15:27) Create a production build<\/li>\n<li>(10:38:28) Deployment to Vercel done but with issues<\/li>\n<li>(10:51:47) Issues fixed<\/li>\n<li>(10:52:19) Lighthouse<\/li>\n<li>(11:02:27) Wrapping up<\/li>\n<li>(11:04:13) Changes and Refactoring (Fixing Bugs)<\/li>\n<li>(11:48:50) Quick Look at Paid Version<\/li>\n<li>(11:49:59) Cypress<\/li>\n<li>(11:54:08) Signing Off<\/li>\n<\/ul>\n<hr \/>\n<div style=\"text-align: center; font-weight: bold\"> [<a href=\"https:\/\/www.youtube.com\/watch?v=mDgEqoQUBgk\" target=\"offsite\" rel=\"nofollow noopener noreferrer\" title=\"Read More on YouTube\">READ MORE<\/a>]<\/p>\n<p><em style=\"font-family: 'Times New Roman',Times,serif; color: #666;\"><span style=\"font-size: 3.5em; font-weight: bold;\">\u201d<\/span><\/em><\/p>\n<\/div>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, useRef), Fir&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[109,31,380],"tags":[191,2550,1756,421,2549,1813,190],"class_list":["post-36573","post","type-post","status-publish","format-standard","hentry","category-scripting-and-coding","category-myspace-gossip","category-video-tutorials","tag-coding","tag-firebase","tag-freecodecamp","tag-instagram","tag-karl-hadwen","tag-react","tag-scripting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial - WHUZZUP!<\/title>\n<meta name=\"description\" content=\"Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, use\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial - WHUZZUP!\" \/>\n<meta property=\"og:description\" content=\"Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, use\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/\" \/>\n<meta property=\"og:site_name\" content=\"WHUZZUP!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EricBrooksDotComWeb\/\" \/>\n<meta property=\"article:author\" content=\"EricBrooksDotComWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-26T05:00:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg\" \/>\n<meta name=\"author\" content=\"Eric Brooks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EricBrooksCom\" \/>\n<meta name=\"twitter:site\" content=\"@EricBrooksCom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eric Brooks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/\"},\"author\":{\"name\":\"Eric Brooks\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/person\\\/3b162468e1f9814f6e9f61460db00a3a\"},\"headline\":\"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase &#8211; Tutorial\",\"datePublished\":\"2022-11-26T05:00:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/\"},\"wordCount\":507,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i2.ytimg.com\\\/vi\\\/mDgEqoQUBgk\\\/hqdefault.jpg\",\"keywords\":[\"coding\",\"Firebase\",\"freecodecamp\",\"instagram\",\"Karl Hadwen\",\"React\",\"scripting\"],\"articleSection\":[\"Scripting and Coding\",\"Social Media Gossip\",\"Video Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/\",\"name\":\"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial - WHUZZUP!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i2.ytimg.com\\\/vi\\\/mDgEqoQUBgk\\\/hqdefault.jpg\",\"datePublished\":\"2022-11-26T05:00:03+00:00\",\"description\":\"Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, use\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i2.ytimg.com\\\/vi\\\/mDgEqoQUBgk\\\/hqdefault.jpg\",\"contentUrl\":\"https:\\\/\\\/i2.ytimg.com\\\/vi\\\/mDgEqoQUBgk\\\/hqdefault.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase &#8211; Tutorial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#website\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\",\"name\":\"WHUZZUP!\",\"description\":\"What&#039;s new at EricBrooks.Com plus news and gossip all over CyberTown\",\"publisher\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\",\"name\":\"WHUZZUP!\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/images\\\/posts\\\/cropped-favicon_64-1.png\",\"contentUrl\":\"https:\\\/\\\/ericbrooks.com\\\/images\\\/posts\\\/cropped-favicon_64-1.png\",\"width\":512,\"height\":512,\"caption\":\"WHUZZUP!\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EricBrooksDotComWeb\\\/\",\"https:\\\/\\\/x.com\\\/EricBrooksCom\",\"https:\\\/\\\/www.instagram.com\\\/ericbrooksdotcom\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ericbrooksdotcom\",\"https:\\\/\\\/myspace.com\\\/ericbrooksdotcom\",\"https:\\\/\\\/www.pinterest.com\\\/ericbrookscom\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/ericbrooksdotcom\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/person\\\/3b162468e1f9814f6e9f61460db00a3a\",\"name\":\"Eric Brooks\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"caption\":\"Eric Brooks\"},\"description\":\"Web &amp; Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.\",\"sameAs\":[\"https:\\\/\\\/ericbrooks.com\",\"EricBrooksDotComWeb\",\"ericbrooksdotcom\",\"ericbrookscom\\\/\",\"https:\\\/\\\/x.com\\\/EricBrooksCom\"],\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/author\\\/site-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial - WHUZZUP!","description":"Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, use","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/","og_locale":"en_US","og_type":"article","og_title":"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial - WHUZZUP!","og_description":"Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, use","og_url":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/","og_site_name":"WHUZZUP!","article_publisher":"https:\/\/www.facebook.com\/EricBrooksDotComWeb\/","article_author":"EricBrooksDotComWeb","article_published_time":"2022-11-26T05:00:03+00:00","og_image":[{"url":"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg","type":"","width":"","height":""}],"author":"Eric Brooks","twitter_card":"summary_large_image","twitter_creator":"@EricBrooksCom","twitter_site":"@EricBrooksCom","twitter_misc":{"Written by":"Eric Brooks","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#article","isPartOf":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/"},"author":{"name":"Eric Brooks","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/person\/3b162468e1f9814f6e9f61460db00a3a"},"headline":"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase &#8211; Tutorial","datePublished":"2022-11-26T05:00:03+00:00","mainEntityOfPage":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/"},"wordCount":507,"commentCount":0,"publisher":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg","keywords":["coding","Firebase","freecodecamp","instagram","Karl Hadwen","React","scripting"],"articleSection":["Scripting and Coding","Social Media Gossip","Video Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/","url":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/","name":"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase - Tutorial - WHUZZUP!","isPartOf":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#primaryimage"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg","datePublished":"2022-11-26T05:00:03+00:00","description":"Learn how to create an Instagram clone with React and JavaScript! This project uses React (custom hooks, useContext, useState, useEffect, use","breadcrumb":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#primaryimage","url":"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg","contentUrl":"https:\/\/i2.ytimg.com\/vi\/mDgEqoQUBgk\/hqdefault.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-create-an-instagram-clone-with-react-tailwind-css-firebase-tutorial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ericbrooks.com\/whuzzup\/"},{"@type":"ListItem","position":2,"name":"[#Script #Coding] Create an Instagram Clone with React, Tailwind CSS, Firebase &#8211; Tutorial"}]},{"@type":"WebSite","@id":"https:\/\/ericbrooks.com\/whuzzup\/#website","url":"https:\/\/ericbrooks.com\/whuzzup\/","name":"WHUZZUP!","description":"What&#039;s new at EricBrooks.Com plus news and gossip all over CyberTown","publisher":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ericbrooks.com\/whuzzup\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization","name":"WHUZZUP!","url":"https:\/\/ericbrooks.com\/whuzzup\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/logo\/image\/","url":"https:\/\/ericbrooks.com\/images\/posts\/cropped-favicon_64-1.png","contentUrl":"https:\/\/ericbrooks.com\/images\/posts\/cropped-favicon_64-1.png","width":512,"height":512,"caption":"WHUZZUP!"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EricBrooksDotComWeb\/","https:\/\/x.com\/EricBrooksCom","https:\/\/www.instagram.com\/ericbrooksdotcom\/","https:\/\/www.linkedin.com\/in\/ericbrooksdotcom","https:\/\/myspace.com\/ericbrooksdotcom","https:\/\/www.pinterest.com\/ericbrookscom\/","https:\/\/www.youtube.com\/user\/ericbrooksdotcom"]},{"@type":"Person","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/person\/3b162468e1f9814f6e9f61460db00a3a","name":"Eric Brooks","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","url":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","caption":"Eric Brooks"},"description":"Web &amp; Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.","sameAs":["https:\/\/ericbrooks.com","EricBrooksDotComWeb","ericbrooksdotcom","ericbrookscom\/","https:\/\/x.com\/EricBrooksCom"],"url":"https:\/\/ericbrooks.com\/whuzzup\/author\/site-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/36573","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/comments?post=36573"}],"version-history":[{"count":1,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/36573\/revisions"}],"predecessor-version":[{"id":36575,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/36573\/revisions\/36575"}],"wp:attachment":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/media?parent=36573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/categories?post=36573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/tags?post=36573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}