Complete React Website: Build & Deploy Tutorial

Related Posts
29 Comments

Logo image is not showing during development. Do you have a solution?

for the slideForward button a just add a new condition, so if you reach the last testimonial (4th) and clic forward button again it goes to the first testimonial:

const slideForward = () => {

console.log(tx)

if (tx > -50) {
tx -= 25
}

slider.current.style.transform = `translateX(${tx}%)`

if (tx === -50) {
tx = 25
}
}

I find the videos you make very useful. thank you for that. I created this website by following the tutorial and shared it on LinkedIn. I added the LinkedIn link to the comments under this video, but for some reason, it was deleted. How can I share this link with you?

do you have a backend code for this.

How to write a description for a React project brother
Please tell me😊

Link tag not working its showing blank screen output

Sir, can I launch a tech news website without backend..

is there any diffence if we use .js instead of .jsx?

Can I add this project in my resume after adding some extra features component.

Well course is not bad, it helped me to get a react project structure but man, as you teaching ppl that are new in front-end you should tell them that you should not style your webpage by HTML tags at all, thats why you have classes for, if you doing that because that may be little bit faster so course will be not that long, you should mention that to ppl that it is an actual mistake. Even worse is puting your transition on all css properties instead of specyfic ones what is killing your webpage performence when it comes to bigger projects. Also not adding alt to images is a big semantic mistake which will lower you webpage down in searches . I understand its just simple webpage that ppl gona make in training purposes, but still you should awere newcomers about stuff like this

Slide button is not working after one click neither forward nor backward although i have check the code from start of testimonials can you or any one can help in that?

Hello sir… please make a project on real estate website by using react js.

Never know how to thank you , really you changed my life .. wonderful ,amazing .. thank you so much

Man I love this man from the beginning

very helpful video.

thank you very much

how I can add a login section to this website

Thank you for the awesome tutorial Greatstack, any idea on how to add the hCAPTURE functionality??? I saw you added it in the live preview but not in the tutorial. If there's anyone else who knows how to do this please help.

Hi! how are you can i get the code for frre please i dont have a money
thank you

Hello! How can I make API ? Could you help me please!

Great content. Thanks

Thank you very much bro

Great bro, loved your video! Continue making this type of projects.

Hey, i bought your source code for this project but I can't run it. Do you have any tutorial on running a downloaded project?

Leave a Reply

Your email address will not be published.Required fields are marked *