Coding a Quiz App in ReactJS - React Resume Projects

  Рет қаралды 86,128

PedroTech

PedroTech

Күн бұрын

Пікірлер: 90
@ekansh03
@ekansh03 2 жыл бұрын
I honestly say I have attended quite a few project sessions on react from youtubers like DevEd, Sonny Sangha, Clever Programmer but the level of understanding I have got from this channel is unmatched. Please Keep creating these project videos and thanks for the knowledge.
@nigahiga3731
@nigahiga3731 Жыл бұрын
Personal notes: 10:00 useContext (or earlier than that time) 13:33 MainMenu 25:36 Questions logic (and some time before that) 28:25 optionChosen 32:14 setting score global state 38:54 finish quiz, last question stuff
@shivamsingh-dt1tc
@shivamsingh-dt1tc 2 жыл бұрын
Bro your explanation is excellent I tried every KZbin channel but you are unique buddy.your way of explaining concept is literally best yr.
@bilalbeny4172
@bilalbeny4172 3 ай бұрын
just one tip: When you restart the quiz, you must set the score and the chosenOption to the default values (setScore(0) and setChosenOption("")) for avoiding conflicts between the states of the previous and the new quiz. btw, I went crazy trying to fix this bug.
@confusion85
@confusion85 13 күн бұрын
My guy u saved me from going crazy haha ! I was losing my mind trying to figure out wtf was going wrong, I could understand it was teh state fucking it up but couldn't figure out what to do. Bless you !
@bilalbeny4172
@bilalbeny4172 13 күн бұрын
@@confusion85 😄 Happy to save you from the brink of coding insanity! State management really loves to mess with our heads, huh? But hey, we survived another bug battle-on to the next one!
@khandoor7228
@khandoor7228 3 жыл бұрын
Pedro I love this types of videos! You either learn something new or practice what you already know, win-win. Would love to see more!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! Really appreciate it! I swear I believe this project is an awesome project to get your react skills in shape!
@markosmk1337
@markosmk1337 2 жыл бұрын
Quality content! This helped me in making my own version of a React Quiz app for a faculty course! Much love, take care!
@ronananderson
@ronananderson 3 жыл бұрын
Really nice Pedro. Very clear instructions. I keep coming back to your tutorials.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! Really appreciate the support! I am happy to hear you are liking my tutorials!
@ronananderson
@ronananderson 3 жыл бұрын
@@PedroTechnologies I'm adapting it to fullstack to upload new questions ,use authentication and maybe even add a score board. Its a brilliant project and actually fun :)
@sruthir1236
@sruthir1236 Жыл бұрын
It's a very standard project for beginners.Thank you.✨
@alveek
@alveek 3 жыл бұрын
Finally Context API explained well and easy. Now I feel less dumb. Thank you!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you so much! I am glad u liked it!
@TzKet4m
@TzKet4m 3 жыл бұрын
Great tut mate, you're great at explaining the concepts in the app. Big ups
@neev4n
@neev4n 11 ай бұрын
amazing tutorial watched and implemented till the end, keep it up!
@xdragonflame6563
@xdragonflame6563 3 жыл бұрын
Thanks for this awesome tutorial. It helps beginners like me get some hands on experience with a project. Cheers!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad it was helpful! I love this project because it is awesome for beginners!
@k303k
@k303k Жыл бұрын
Very great tutorial Pedro! I really like the way you simplified the logic .It is really helpful tutorial.Thank you so much
@pegihr
@pegihr 3 жыл бұрын
Super simple app. But still find new things to learn. As always, thank you for the video.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you liked it!
@ThColinPereira
@ThColinPereira 3 жыл бұрын
I'd love to see more videos like this!
@ThColinPereira
@ThColinPereira 3 жыл бұрын
This is sick! Thanks Pedroski
@Sanyat100
@Sanyat100 3 жыл бұрын
Easily the most well explained video
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! Glad you liked it!
@simone-oq4if
@simone-oq4if Жыл бұрын
good tutorial, i learned the context api , Thank u.
@kyawmying224
@kyawmying224 11 ай бұрын
thank you for uploading youtube video to learn react.they are really awesome
@albinsanthosh8697
@albinsanthosh8697 3 жыл бұрын
Thaks for a helping wonderful toutorial. Learned a lot 😍😍😍.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
My pleasure 😊
@muhammadzohaib1837
@muhammadzohaib1837 Жыл бұрын
Uncaught TypeError: Cannot read properties of undefined (reading 'prompt') getting this error at 25:36 ? Anyone can help
@dipenparmar2273
@dipenparmar2273 3 жыл бұрын
Super straightforward. Great for beginners..
@arcadestudio2506
@arcadestudio2506 3 жыл бұрын
this was awesome ; great hand of applause to you ;
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you!
@dotricok17ct72
@dotricok17ct72 11 ай бұрын
Thank you for sharing wonderful lesson!
@walterbranco8798
@walterbranco8798 2 жыл бұрын
Valeu, Pedro!
@mayankstylerock
@mayankstylerock 3 жыл бұрын
Thanks Man. Love from "INDIA"
@mKahraman1
@mKahraman1 3 жыл бұрын
Thanks for the tutorial. What is your VScode theme?
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
I use monokai!
@aiswarya1939
@aiswarya1939 2 жыл бұрын
Thanku so much...very simple and efficient tutorial to learn.
@aleksandrmatyka3118
@aleksandrmatyka3118 3 жыл бұрын
Thanks for content man!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you liked it!
@usmanmughal5916
@usmanmughal5916 3 жыл бұрын
Excellent explanation. fab!!!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you liked it!
@dnjosh10
@dnjosh10 Жыл бұрын
Hi boss, good morning from Nigeria I actually want to seek help and suggestion. I was following this tutorial and things were getting better until createContext came into the picture. I'm using react version 18 and in video, there is Context used. My application crashes each time I uncomment and line that has to do with #useContext or #createContext. Help me please? Is there a new way to create context in version 18?
@vijayendradev6236
@vijayendradev6236 2 жыл бұрын
Great tutorial! the options are however hard coded, what if I am fetching the question and answer from a quiz API, it is easy to display the question, but how will I randomize the position of the correct answer for every question? Please let me know any hackerman in house!?
@olenayevtushok2014
@olenayevtushok2014 2 жыл бұрын
Yep, I'm also struggling with this issue. I tried to use trivia API for questions, but It's difficult to beginner not to hard code the options😥
@dhwajsharma
@dhwajsharma 3 жыл бұрын
How did you set that accent color to purple?
@henrykibocha5224
@henrykibocha5224 3 жыл бұрын
Great tutorial Pedro, How would i go about adding a timer for the quiz. ? thanks
@bilalbeny4172
@bilalbeny4172 3 ай бұрын
Thank you so much for this useful video, 😘😘
@HumairaFatima-wf9me
@HumairaFatima-wf9me 11 ай бұрын
Great 👍 keep it up
@prototype-nl9do
@prototype-nl9do 3 жыл бұрын
Amazing Tutorial 👌🏻
@abhinav3325
@abhinav3325 Жыл бұрын
You're Just Awesome!
@exterminator_4781
@exterminator_4781 3 жыл бұрын
What is the IDE that you are using?
@Sanketjoice
@Sanketjoice 10 ай бұрын
Underrated!
@user-gs2zp3dm1v
@user-gs2zp3dm1v 2 жыл бұрын
Great tutorial. How to show the selected button in different color ?
@adazr5190
@adazr5190 Жыл бұрын
very greet tutorial , thank you
@nehapatil8800
@nehapatil8800 3 жыл бұрын
Thank you for this video 🙂 I also made this app after watching your video. I wanted to make a change in it. How to change the background color of button after click the button? Please reply soon
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Make a state called backgroundColor and change its value. Then add some inline styling to the button and set the backgroundColor property to the backgroundColor state.
@nehapatil8800
@nehapatil8800 3 жыл бұрын
@@PedroTechnologies Thank you 🙂
@MrEmil-cf8wo
@MrEmil-cf8wo 3 жыл бұрын
Hello bro, i'm started watching your video on building clone youtube , did you end this project?Or will be next video more?I check the final part,and i think that there still need to something add. (sorry for my broken english, i'm from Crimea,and trying speak on him)
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hey! I am extremely sorry about that! When I started that series my videos didn't get much views and I thought I could handle building a big project like that while being in school, but it ended up being to much work. I decided to end the series, sorry about that.
@abdullahahmadsiddiqui2653
@abdullahahmadsiddiqui2653 9 ай бұрын
Need more projects sir ❤❤❤
@clipboardchannel99
@clipboardchannel99 3 жыл бұрын
What's the theme called, looks cool
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
It is called palenight theme!
@abhishekrawat8579
@abhishekrawat8579 3 жыл бұрын
In "material theme" following Pedro's reply
@piyushkulkarni3852
@piyushkulkarni3852 9 ай бұрын
thank you so much
@watchtube9429
@watchtube9429 Жыл бұрын
how can i map options choosed by the usrr?
@pranav288
@pranav288 3 жыл бұрын
Can't thank you enough my guy. Please always keep making these
@mansilaad2062
@mansilaad2062 3 жыл бұрын
Mysql +react+node +express.. Plz make some videos for interview preparation..
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
I have some videos using that technologies, but I will definitely make more videos on it! I will make a video on interview preparation soon!
@mansilaad2062
@mansilaad2062 3 жыл бұрын
@@PedroTechnologies thanks
@taqikhan5418
@taqikhan5418 3 жыл бұрын
my score is not working properly I have done 4 correct questions but score is 3/4. kindly help
@Arixkka
@Arixkka 3 жыл бұрын
Hola, me encantan tus videos, te encontre de casualidad y aqui me quedo. He visto que usas monokai, pero sabrias cual theme exactamente, no lo encuentro, y me he enamorado.
@pouyazare90
@pouyazare90 2 жыл бұрын
awesome great video
@2010giant
@2010giant 3 жыл бұрын
I have 95% of understanding this project but I can't code it myself without keep watching the video, do I need to be able to complete the whole myself before I get a junior React.js job?
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
I understand what you mean, and don't get discouraged. I would say you do need to know this for a ReactJS Junior job. You can practice by building more projects, and watching more of my videos :) Keep up the hard work!
@soumyasahoo2001
@soumyasahoo2001 3 жыл бұрын
This tutorial is 🔥🔥 Pls make a multiplayer quiz too
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you! I plan on making a tutorial on multiplayer apps with react and socket.io! Stay tuned!
@rangabharath4253
@rangabharath4253 3 жыл бұрын
Awesome
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Happy to see you enjoyed it!
@patogordo7563
@patogordo7563 3 жыл бұрын
great video.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you enjoyed it!
@tarundurbha5398
@tarundurbha5398 2 жыл бұрын
super bro
@tarundurbha5398
@tarundurbha5398 2 жыл бұрын
Don't stop making videos on react,just continue this.
@mohammedkudmani2195
@mohammedkudmani2195 3 жыл бұрын
i like the theme can anyone tell me the name? and nice video keep going :)
@theinfinite82940
@theinfinite82940 3 жыл бұрын
find a new things to learn brother, and realy i loved your teching style....
@Gwennadia
@Gwennadia 3 жыл бұрын
great video as usual, many thanks. I've made the exercice following the video, and it works :)
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Great to hear!
Build Tic Tac Toe in React - Tutorial using Hooks
44:50
PedroTech
Рет қаралды 39 М.
I Coded 10,000+ React Components, Here is What I Learned...
9:57
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
React Hooks Course - All React Hooks Explained
1:26:21
PedroTech
Рет қаралды 1,1 МЛН
React Millionaire Quiz App Tutorial for Beginners
1:06:47
Lama Dev
Рет қаралды 92 М.
How to Build a Quiz With React Hooks - Beginner React Project
47:15
Monsterlessons Academy
Рет қаралды 23 М.
React / Typescript Tutorial - Build a Quiz App
1:20:01
freeCodeCamp.org
Рет қаралды 328 М.
React JS Full Course | Build an App and Master React in 1 Hour
1:11:44
JavaScript Mastery
Рет қаралды 1,8 МЛН
This model is better than ChatGPT and 10x cheaper
5:25
Nate B Jones
Рет қаралды 2,7 М.
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН