Build and Deploy 4 Modern React Apps and Get Hired as a Frontend Developer | Full 10-Hour Course

Build and Deploy 4 Modern React Apps and Get Hired as a Frontend Developer | Full 10-Hour Course

JavaScript Mastery

1 год назад

1,869,322 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

JhitsFanFromPH
JhitsFanFromPH - 17.09.2023 03:18

git clone <link>

for anyone stuck

Ответить
Sounava Mandal 10F
Sounava Mandal 10F - 15.09.2023 13:31

It was awesome as a backend developer i will be excited for a tutorial on adding functionalities specially to teh gpt website

Ответить
Edward Gazit
Edward Gazit - 13.09.2023 13:22

Thanks!

Ответить
madhur chaturvedi
madhur chaturvedi - 13.09.2023 12:54

Bro the websites are responsive too

Ответить
Tanya Shylock
Tanya Shylock - 13.09.2023 05:07

This is not a tutorial, this is 'copy my code and, IF it works, great.' There is NOTHING that explains benefits of component-based design, your CSS styling (which few beginners would understand if they don't just simply copy and paste your code), or deployment on any platform other than your sponsored Hostinger. No one who adds this to their resume will be able to explain how React works with a virtual DOM or anything essential to fundamental React principles. Garbage. Snazzy sites, that's about it.

Ответить
sri harsha
sri harsha - 12.09.2023 21:37

can anyone share figma link of 2nd project, I am unable to open it properly

Ответить
BBualdo
BBualdo - 12.09.2023 16:06

Reading the comments I think that I'm the only one who has to rewind this video once per 20sec because he does things too fast. Second thing is that I did everything EXACTLY as on video, but some of the tailwind's styles are applied, and some of them not. I gave up after 2 hours (30min in the video) of making HooBank App.

Ответить
Connor Mulligan
Connor Mulligan - 12.09.2023 07:43

Careful if you are using the GH repo for this project, clicking on the link to the live site in the ReadMe will take you to spam sites asking you to install chrome extensions. Also, taking the assets directly from the repo you will notice some differences from the follow along. Otherwise great video!!

Ответить
Debam Kayal
Debam Kayal - 11.09.2023 14:40

It's very helpful and I'm thankful from bottom of my heart. But at first project I can't download the assets file from git link..it had been a problem I faced during starting of learning React.

Ответить
S-Lomar
S-Lomar - 31.08.2023 22:06

🤩🤩🥰🥰🥰😍😍😍🥰🥰🤩🤩🤩🤩🤩

Ответить
Gamerz Choices
Gamerz Choices - 25.08.2023 16:23

Thanks for premium content than nextflix

Ответить
Tipchan Songtheng
Tipchan Songtheng - 21.08.2023 08:02

Can't find the Downgit link for second project.

Ответить
Brad Pete
Brad Pete - 21.08.2023 06:55

thanks, but these are not front-end applications, the projects are single page brochure website, they are not considered as application, just to clarify, however the design is descent

Ответить
Abdul Saffan
Abdul Saffan - 19.08.2023 10:17

Jsjaja

Ответить
Ding Joyce
Ding Joyce - 18.08.2023 10:51

Watched it for one month finally come to the third one, love it, make me less fear of styling. But I cannot find where is 'bg-primary w-full overflow-hidden' defined, my tailwind is not working?

Ответить
Teja Nimbagallu
Teja Nimbagallu - 17.08.2023 08:44

There is no content much about React except creating components, it's all about css in the first project. I didn't explore remaining.

Ответить
Azure Harris
Azure Harris - 10.08.2023 02:59

you know you can just use rafce for everything in the container and the component

Ответить
REDSMOKERSYT
REDSMOKERSYT - 04.08.2023 10:55

Realy Helpfull bro u are gOod🫡👏

Ответить
nvz
nvz - 27.07.2023 15:17

wasting time, this dude doesnt know elementary of HTML, if you gonna put your nav links inside div you wont be taken to any job ever! this should be list of links <ul><li><a></a></li>.....</ul>

Ответить
NokZeo
NokZeo - 27.07.2023 12:19

Thanks a lot bro

Ответить
Koneraa Musics
Koneraa Musics - 27.07.2023 08:43

🙌Thank you for this video.

Ответить
Dilipkumar Mateti
Dilipkumar Mateti - 24.07.2023 20:10

Hello
Can we have a simple crash course on React plus Redux

Ответить
study Afa
study Afa - 21.07.2023 06:32

🌟Brother please tell how you have created that transparent image "GERICHT"
In navbar

Ответить
kyungsoo M
kyungsoo M - 20.07.2023 07:17

Can i use this for my website portfolio?

Ответить
Be Limitless.
Be Limitless. - 19.07.2023 08:57

In case anybody get stuck in having 2 navbar on top of the screen.

import React, { useState, useEffect } from "react";

const Navbar = () => {
const [toggleMenu, setToggleMenu] = useState(false);
const [isSmallScreen, setIsSmallScreen] = useState(false);

useEffect(() => {
const handleResize = () => {
setIsSmallScreen(window.innerWidth <= 1050);
};

// Add event listener to detect window resize
window.addEventListener("resize", handleResize);

// Call handleResize on mount to set initial screen size
handleResize();

// Remove event listener on component unmount
return () => {
window.removeEventListener("resize", handleResize);
};
}, []);

Ответить
Exclsior Global Business Solutions
Exclsior Global Business Solutions - 11.07.2023 13:35

Really great videos. Thanks for sharing. 👍

Ответить
@_sf_editz
@_sf_editz - 10.07.2023 14:20

Oh god after seeing your channel my tears and my fears both stopped for my project

Ответить
Bharath Kumar
Bharath Kumar - 07.07.2023 13:23

This is the best portfolio website tutorial.

Ответить
Tiham Shafi
Tiham Shafi - 06.07.2023 16:58

Can you kindly make a project video by using Mantine UI and react? It will be very helpful

Ответить
Anju Rai
Anju Rai - 06.07.2023 15:42

Can anyone please tell me that we are building website or Web apps in this course ? and what's the actual difference between website and Web app?

Ответить
Houas bouchra
Houas bouchra - 05.07.2023 16:46

this helped me alot as a beginner thank you <3

Ответить
Cryptocrazeee
Cryptocrazeee - 27.06.2023 01:42

I hate react so much

Ответить
Mohd Mahebub
Mohd Mahebub - 26.06.2023 15:58

Hey! assets zip file is empty for first project. From where can I download it now?Thanks in advance.

Ответить
HARSH KUMAR CHOUDHARY
HARSH KUMAR CHOUDHARY - 25.06.2023 17:20

In project 1, i wasn;t able to decrease or increase the logo size inside file navbar.css...how to fix it
?

Ответить
Bakhrom Rakhim
Bakhrom Rakhim - 23.06.2023 04:22

logo.svg file is not displaying properly when I run the program in my browser. Who has the same problem and how to solve it? 🙏

Ответить
Tabarak Sohail
Tabarak Sohail - 20.06.2023 11:39

wouldn't it be a better practice to place all the images and icons in their respective folder and then put those folder in public where we can directly access them by just /icons and /images

Ответить
Rajat Gupta
Rajat Gupta - 20.06.2023 07:16

In Project 2, need to change min-width of media query to max-width.

Ответить
John Win
John Win - 20.06.2023 05:43

I think this is a little misleading to say that this is a React course. I think the main focus has been on just HTML and CSS and without much of the functionalities of React: hooks, effects, etc. I think it'd be more beneficial if you could include them in the new version.

Ответить
Badreddine Boukheit
Badreddine Boukheit - 19.06.2023 04:02

1 hour into the tutorial, I'm learning code style and some nuggets like that, but I feel this is more a code-along-me video than a tutorial, there is no explanation going on, and I see things appear magically in front of me, it's like you have another monitor beside you and you're copying stuff from it, sometimes you write the style before creating the class ... etc
but overall, thanks a lot for this opportunity.

Ответить
Trent Fleet
Trent Fleet - 18.06.2023 02:07

Hey guys Newbie here,

I got lost when trying to make all the files and folders 1 hour in, and completely butchered the code.
Pretty frustrated, but ready to attack it again. New day lets get it!

Ответить
Brezze
Brezze - 17.06.2023 05:44

Amazing Video, by far the best one I have seen. Thank you for teaching me react and making amazing websites like these. Thank you

Ответить
Health Instructor
Health Instructor - 17.06.2023 01:37

Hello, how can i access figma design ideas that I could code with?

Ответить
Moh3n
Moh3n - 16.06.2023 20:45

I love it ,doing it step by step

Ответить