10-Hour Masterclass: Develop 4 React Web Apps & Jumpstart Your Dev Career

preview_player
Показать описание
Welcome to the ultimate course, where you will build apps with advanced AI features, stunning animations, 3D elements, and even a full-stack MERN app and get hired as Web Developer. From developing to deploying all projects on your new 3D web development portfolio!

Use the code JAVASCRIPTMASTERY to save up to 91% on all yearly hosting plans.

📚 Project 1

📚 Project 2

📚 Project 3

📚 Project 4

Alongside building these great projects, you will also learn:
- Functional Components and their reusability
- React file and folder structure for better code architecture
- Fundamentals of CSS to master flex, grid, position, and even media queries
- Soothing animations using Framer Motion
- Database management with MongoDB
- State management and hooks

Time Stamps 👇
00:00:00 Intro
00:07:01 First Project
02:17:43 Second Project
04:26:32 Third Project
06:32:15 Fourth Project
Рекомендации по теме
Комментарии
Автор

Invaluable content for all of us AI/ML practitioners needing to showcase our work in professional-looking apps! Many thanks.

MichaelJChoudhury
Автор

Common!! this channel is supposed to have 10M subscribers

eazyskills
Автор

when i started with react i was so confused. once i started watching your videos, then i got the confidence and i feel comfortable writing react apps. Thank you very much for your effort!

velafarD
Автор

In the entire youtube, you are the best teacher. Every video of yours is a masterclass. Love from India

believeyou
Автор

For project 1, if you are getting an error while deploying to Render regarding Node version, add this to your package.json:
"engines": {
"node": ">=14 <15"
},

RoxasXIII
Автор

Thanks for always making us such amazing courses.

sabato.rwanda
Автор

I am a junior developer but i love your content man. Will follow it for sure

Markdim
Автор

Four project in one video. Good job Adrian

thereaper
Автор

For anyone working on Project 2: OpenAI api methods and configuration have changed so your dalleRoutes.js construction will be different. Here is a snippet of how I made my openai object and extracted the photo from the response:

import { OpenAI } from "openai";


const config = new OpenAI({
apiKey: process.env.OPENAI_API_KEY,
});
const openai = new OpenAI(config);

const aiResponse = await openai.images.generate({
prompt,
n: 1,
size: "1024x1024",
response_format: "b64_json",
});

const image = aiResponse.data[0].b64_json;

saimaahmed
Автор

Holy shit I just watched the trailer of the video of like 3 minutes and I am literally getting goosebumps just by assuming at what I am going to learn in this 9 hours video and I am so so so much excited about this it is like there is nothing else to learn apart from this video.... this is completely at different level and is outstanding video from others

Thank you for this, lots of love 💗💗💗

sangameshkyatappanavar
Автор

No matter what, I don't think I will be able to thank you enough.

Thank you very

Amar
Автор

Thank you! Sharing your knowledges for free with such great courses is just honourable <3

nicobarbieri
Автор

I just can't thank you enough, gosh you are God sent, I keep getting better because of you in my Dev journey would love to see you one day

judevector
Автор

Just what I needed when I needed it. Already built the first and last project, starting the second and third project today but definitely building the third project before the second. Great stuff Adrian, bless you 🙏🏽

illanon
Автор

thank you for making such quality content for free of cost

ls
Автор

This is an amazing channel. I were developing mobile apps and websites using flutter android java and website basics html css anda javascript but the React word is something very different than all I learned it's always interested me and I wantch couple off tutorial in all it I struggle with errors and after hours I couldn't manage to built it but following this video everything worked smoothly thanks for this amazing video. !!!Declaration: One of the best channel on YouTube👏👏

muhammedeminonay
Автор

Very Useful Content. But I recommend creating a playlist of 4 projects. This will be more beneficial for all of us.

sarmadrafique
Автор

WOW unbelivable, 4 incredible projects for free. I cant believe it. Thank you and your team so much!

blue_berry_pie
Автор

This is the best video I have seen on any project building on the whole internet and I was also looking for a portfolio website. Thank you very much sir

thanoz
Автор

GOD BLESS YOU SO MUCH BOSSMAN... I'm most grateful for your contributions to we self-taught developers.

busayorsblog