Code A React Website Tutorial | ReactJS Tutorial For Beginners

Code A React Website Tutorial | ReactJS Tutorial For Beginners

PedroTech

3 года назад

273,420 Просмотров

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


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

oussama etamini
oussama etamini - 16.11.2023 23:30

Toooooop

Ответить
Al-Ameen Muhammad
Al-Ameen Muhammad - 12.11.2023 14:50

Hey Pedro, thank you for this great content. I'd be glad if you Create a CRUD application to allow users from around the world submit their recipes to their preferred category (food type/ingredient/nationality, e.t.c). If the category does not exist, they can create one however, if it does, the user should receive an alert to say it does. Users should also be able to rate recipes (star ratings) and search for recipes that have been submitted. You can go further by including a feature that allows users to add comments to submitted recipes, perhaps a correction or addition. It is an excellent chance to show off your frontend framework skills.

Ответить
Soundous Taleb
Soundous Taleb - 10.11.2023 00:36

npm install react-router-dom doesn't work it blocked error watch should i do

Ответить
Tiago Bordin
Tiago Bordin - 27.10.2023 20:06

I've just finished the video and would like to thank you for the amazing tutorial! 😄
I hope I can be able to do something so good soon

Ответить
MattersMost
MattersMost - 23.10.2023 04:34

Brian need some help in understanding. I created a website on for example a Wix type platform. I was trying to implement a paypal subscription setup for payment, and it was not working. So I hired someone, and they said it was impossible for the paypal subscription to be done because the Wix type platform was limited and Wix only lets users needs go but so far. The guy i hired recommended he build me a React website and that he would deploy the React website on AWS. Here is the problem, everytime I need something done to the website I have to contact him. And obviously that will cost money for every little thing. I told him its not right that i don't have complete access to the website that i paid him for. He said he would create me a admin login so that i can do things like add products, edit text, add pictures. I told him that works but to setup the admin that I would have full access to the code. He said that is not possible. Is he lying? I mean how can I own my own website but not have access to the full code. What happens if this guy gets hit by a car and dies, what then? How will I be able to get full access to my website? How about if I wanted to hire someone to add a Carousel Slideshow, and the person I hired needed access to the code, If i don't have access to the code, how can the person I hired have access? I feel like i have no control over my website, and if i ever had a serious problem with this guy he could easily remove the website from the web and screw me over. I am sure as you are reading you already have an idea of whats going on and what I need to say to this guy. Help please,

Ответить
Tiago Bordin
Tiago Bordin - 21.10.2023 12:33

Some stuff changed
I was struggling trying to use Switch, and the code that worked for me is like this

import './App.css';
import {BrowserRouter as Router, Route, Routes} from 'react-router-dom';
import Home from './pages/Home';
import Menu from './pages/Menu';
import About from './pages/About';
import Contact from './pages/Contact';
import Navbar from './components/Navbar';
import Footer from './components/Footer';

function App() {
return (
<div className="App">
<Router>
<Navbar />
<Routes>
<Route path='/' element={<Home />} />
<Route path='/menu' element={<Menu />} />
<Route path='/about' element={<About />} />
<Route path='/contact' element={<Contact />} />
</Routes>
<Footer />
</Router>
</div>
);
}

export default App;

Ответить
Hameche Nour
Hameche Nour - 26.09.2023 14:55

thanks for this tutorial

Ответить
Neil Kumar
Neil Kumar - 25.09.2023 02:19

liked and subscribed. Amazing tutorial

Ответить
Amr Musharrafa
Amr Musharrafa - 18.09.2023 01:18

shoot a video about creating a react simple Game

Ответить
Vinícius goddard
Vinícius goddard - 08.09.2023 09:42

Love to hear that you're from Brazil! Couldn't tell just by the accent! Valeu pelo conteúdo irmao kakakak

Ответить
Abhishek Mishra
Abhishek Mishra - 30.08.2023 11:28

Its been a long time since I am learing React JS but Today after watching this tutorial I can surely say that I have learnt something very meaningful things.😍😍

Ответить
שני לוי
שני לוי - 27.08.2023 14:24

🙏🙏🙏

Ответить
developer
developer - 21.08.2023 02:15

finally i can watch your page transitions video

Ответить
Michael Akintola
Michael Akintola - 15.08.2023 14:30

Thank you PedroTech, you make it look easier

Ответить
Okoro Ikenna
Okoro Ikenna - 08.08.2023 19:27

Please dear Pedro or anybody, I have followed every bit of this lesson but my rendering is not displaying especially wihen adding the routes ..please is there a speciall configuration or extensions u use to help

Ответить
M
M - 05.08.2023 17:59

Quick question, why did you write id={openLinks ? "open" : "close"} in the leftSide div and not in the hiddenLinks div, as you're only manipulating the links

Ответить
azaan ul haq
azaan ul haq - 03.08.2023 04:43

Bro which version of react router dom u used??

Ответить
Manjusha Katakam
Manjusha Katakam - 01.08.2023 09:17

Nice video

Ответить
Dipannita Mondal
Dipannita Mondal - 30.07.2023 19:42

Just wow..I'm totally a beginner ..But his explanation is too good..Thanks a lot...

Ответить
Shivansh Agnihotri
Shivansh Agnihotri - 19.07.2023 09:07

I am facing the issue of invalid Hook call any solutions?

Ответить
Aishwary Sharma
Aishwary Sharma - 19.07.2023 06:09

Does anyone know why when I am clicking on the button the url is updating to the /event but my contents on the page are showing when I refresh the page and not just by clicking on the button. Does anyone know how I can fix that? Please help.

Ответить
Pamplo
Pamplo - 18.07.2023 12:49

Thanks Pedro!!!!!

Ответить
allugunti manasa
allugunti manasa - 07.07.2023 09:24

Hello,sir...please share the code....

Ответить
Pulkit Sahu
Pulkit Sahu - 27.06.2023 18:47

Can you please share your contact I've a doubt please help me to make it out

Ответить
MeVsTheWorld1z
MeVsTheWorld1z - 23.06.2023 17:28

My pc can't install the packages to create the react app help

Ответить
Pratiksha Mangrulkar
Pratiksha Mangrulkar - 21.06.2023 09:46

hey i closed the tabs and my pc got restart for some reason how to go back and reopen all of this

Ответить
Pratiksha Mangrulkar
Pratiksha Mangrulkar - 07.06.2023 00:01

hey I'm having error in ./src/app.js what should i do

Ответить
Upeksha Wanniarachchi
Upeksha Wanniarachchi - 28.05.2023 11:56

Ответить
brijesh p
brijesh p - 27.05.2023 19:11

sir media query is not working for me.pls help me anyone

Ответить
Nithin@3
Nithin@3 - 15.05.2023 21:29

completely waste time no css, need to download the images so hectic also router dom changed

Ответить
Eraji Kholiqzoda
Eraji Kholiqzoda - 14.05.2023 22:02

I see you don't use boostrap and only react.

Ответить
Gaurav Awati
Gaurav Awati - 18.04.2023 11:23

Css for navebar image "logo" is not working can anyone help.

Ответить
The
The - 03.04.2023 01:59

by far the best tutorial of react. Thanks a lot for the details (e.g the 2 dots when describing the path to import t he image.)

Ответить
GamingPipe
GamingPipe - 20.03.2023 23:26

Hey Pedro! this is valuable content! you helped me a lot. Just something that may sound weird from my side. The toggle button if you resize the screen while the state is open, it stays open and shows two times the links, do you know any possible way to solve this?

Ответить
Nikkhil
Nikkhil - 14.03.2023 22:53

Thank You Pedro, It was a great tutorial. Thanks a lot sir.

Ответить
Yash Modi
Yash Modi - 12.03.2023 21:12

you got my respect bro❤❤❤❤

Ответить
C O
C O - 11.03.2023 14:43

thanks!

Ответить
hamdia tijani
hamdia tijani - 09.03.2023 13:58

pls how did you access the menuItem class in the menu css?

Ответить
Daudi Ted
Daudi Ted - 09.03.2023 11:44

Thank you

Ответить
Gustavo Pacifico
Gustavo Pacifico - 25.02.2023 06:17

one of the best tutorials i have ever seen! thanks man, valeu

Ответить
Shan Hemrom
Shan Hemrom - 10.02.2023 22:05

Hey bro amazing video application looking beautiful and works great. However my home page the image doesnt fit the screen and the footer doesnt fill the page leaving a big blank space i have tried looking at the css but nothing is stretching to fit the whole page any help would be amazing

Thanks Pedro

Ответить
Hazel's Story
Hazel's Story - 02.02.2023 16:11

Hi i have followed all the steps and yet I’m not getting the outcome and what are we supposed to do with the components under public they are all related to the sample program!

Ответить
Roger Acevedo
Roger Acevedo - 02.02.2023 02:44

Dude, this video was perfect! even if its long, it doesnt matter. these videos are super helpful!

Ответить
Selva Priya
Selva Priya - 23.01.2023 16:56

Great explanation...thank you so much...👍

Ответить
Angela
Angela - 05.12.2022 22:40

can you make a video with "add-to-cart" functionality and backend connection to this same website?

Ответить
Azamatjon Abduraimov
Azamatjon Abduraimov - 03.12.2022 22:03

thank you

Ответить
Samuel Azubuike
Samuel Azubuike - 19.11.2022 03:09

Thanks alot

Ответить