Browsers does not allow to copy the code from your website Please share the source code in Github If you want the traffic come to your website then give the github link in your website where are unable to copy the code .I'm your big fan and following your from the start You are great.
@@ThapaTechnical Thapa bhai pla isi series me 2 ya 3 comparatively Large projects b bna k dikhana pls so that we can practically learn to make projects out of it. Or cv pe b acha impression hojayga beginning job leni ja mjhe to abi. Islye keh rha hun. Thanks 😊
don't forget to write !important with value of color and background-color property while applying css on material ui then only you can see impact on those .new_btn{ width: 50px; height: 55px; background-color: #16a085 !important; color: white !important; box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.3); border-radius: 50% !important; } .new_btn:hover{ background-color: green !important; cursor: pointer; }
I used Material UI button and used className for css properties but I am getting the default material UI button and my css styling is not applied.. Please help.. Thanks
Sir isme jab Button component ki newBtn class mein jb styling de rhe hain to koi change aahi nhi rha h browser mein .......button vaisa ka vaisa hi h ...........isme maine background-color diya to koi change hoye hi nhi
When i write something my line-through isn't working.. And when i click plus added just delete icon. But i can't right anyrhing. Please fix it and update us
Funny moment - code dusri file mai kr diya start krna. I just stand up from my chair and started watching that what's happening 😅🤣 then he said ho jata hai kabhi kabhi yarr😆🤣
Sir digital clock using npm project i didn't get output please solve my problems sir.. I have watched each and every video 1 to till now... I got one problem npm digital clock project
Bhai please please make some tutorial on redux...app pakka sikha doge i know that..baki koi nahi sikha paa raha .. mene pura UA-cam Chan mara.. please make redux easy for us as you did for react
Hi Respected Sir Good Afternoon Sir if someone clicked on delete item by mistake, then it will be considered that item purchased. So I have deleted items like this. So that if by mistake we clicked on a delete item, that we don't want to delete, then we can recover that again, by using this code of line. const deleteItem = () => { return setDeleteIt(!deleteIt); }
Firstly go to your github account and create your repository, for example: "reactprojects", in terminal, get in your react app folder.. and then run these commands 1) git init (makes your local folder on computer a git repository) 2) git add . (you add all the files in your project) (You'll be asked to login in your github account and authorize your code editor/ terminal) 3) git commit -m "Your message" (You commit to all the changes, i.e. adding all those files to be tracked) 4) git push (pushing all files from local git branch to online repository's origin) then it will ask you to set an upstream (basically in which branch you want to push all these files) 5) git -set-upstream origin master or git -set-upstream origin yourBranch maybe in this process you might have to set remote too, 6) you can run, "git remote add origin" and then you can run the command in point 5. after point 5 your upstream will be set, 7) git push (it will automatically push all those files to your online/remote repository's master branch, with a commit message "your message" which you have added in point 3) Hope that helps.
bhai aisa v kya jldi tha ki package ko instakk krna v nhi btaya .....jb project iss video me bna rhe ho tbb kon se paakcages ki jruart h install ki wo v bta dete jldi jldi me
i made the todo app as you taught.. but when the textfield is empty and suppose i click the add button.. an empty list item gets added along with the delete button. all my app is working fine but i just figured this bug. how can i resolve this bug? and suppose i dont want to click the button just want to press enter after typing.. how can i add that functionality?
Hello...Vinod Bhaiya....... Meri Aapse Ek Request hai.......... Kya Aap Hamare Liye........... PHP me Software Kaise Banata hai........... Or Ek PHP Me Software Bana kar...... Hame Explain kar sakte hai........ Aapne Abhi tak..... Hame Website Banana toh...Sikha diya....... Meri Ek Request hai ki........ Aap Ab PHP me Software Kaise Banta hai.......... Vo bhi Hame Samja.... De Please Sir........... It's My Request....
@@iUmerFarooq ha mera bhi phehele sabhi yahoo baba kr video dekhata hu badamai so samaj nahi ata vo Thapa Technical mai dekhata hu . By the way where are you from ?. I'm from Gujarat. 🙃
Click Here for Free Source Code Link ➡️ www.thapatechnical.com/2020/06/create-todo-list-app-project-in-reactjs.html
Browsers does not allow to copy the code from your website Please share the source code in Github If you want the traffic come to your website then give the github link in your website where are unable to copy the code .I'm your big fan and following your from the start You are great.
The best thing I like about you is that you are very active, energetic and very creative. KEEP IT UP!
thank you :)
@@ThapaTechnical Thapa bhai pla isi series me 2 ya 3 comparatively Large projects b bna k dikhana pls so that we can practically learn to make projects out of it. Or cv pe b acha impression hojayga beginning job leni ja mjhe to abi. Islye keh rha hun. Thanks 😊
The best thing I like about you is that you are very active and very creative. KEEP IT UP! love from pak
thank you! i just finished this project along with the tutorial. took 1.5 hr
don't forget to write !important with value of color and background-color property while applying css on material ui
then only you can see impact on those
.new_btn{
width: 50px;
height: 55px;
background-color: #16a085 !important;
color: white !important;
box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.3);
border-radius: 50% !important;
}
.new_btn:hover{
background-color: green !important;
cursor: pointer;
}
The best thing I like about you is the simplicity level. That how you explain the concept is very awesome 😎
Thank you 🙇♂️ PRO TIP: you can use the bang operator to do toggle/undo line through ```setLine(!line);```
Good, I have commented above exactly like that.
Superb... Bole to Bahot Hard
instead of ... use to view perfect circle
I like it Boom,Boom you are Awesome Boom
bro i love your talking style. just paused the video to tell you that.
I used Material UI button and used className for css properties but I am getting the default material UI button and my css styling is not applied.. Please help..
Thanks
I am also getting this error .......if u have resolved it then plz tell me also
same query
Same here bro
thank you so much sir , we are so blessed to have you sir
Sir isme jab Button component ki newBtn class mein jb styling de rhe hain to koi change aahi nhi rha h browser mein .......button vaisa ka vaisa hi h ...........isme maine background-color diya to koi change hoye hi nhi
same problem
actually button has default css and our custom css is not applied
give it id instead of class it will work
ok I ll try
Thank u Apardeep Singh for ur help😊😊
On deleting an item , line-through gets applied on all the items ..pls help
Sir line ke ke liye curly braces kyon nhi use kiye wo toh javascript hai na... In ternary operator??? If anyone knows pls ans!!!
Very Nice Explaination...I followed along the video getting an bug, Empty task also get added.Please Explain
const addItem = () => {
if (item.length > 0) {
setNewItem((prevValue) => {
return [...prevValue, item]
})
setItem('')}
else{
alert("Can't Add empty")
}
}
Try to add this function so you can't add blank entry
When i write something my line-through isn't working.. And when i click plus added just delete icon. But i can't right anyrhing. Please fix it and update us
awesome explanation 👏🏻
Awesome project 💯
Best UI ✌🏻
*_bhai React JS playlist me videos double triple yah usse jada add ho gya h plz thik kr dejiye 🙏🏻_*
Sure
Working with json.
Get & post method.
Make sum login authentication project.
Bilkul sahi bola
Wow great brother. ..react mai flux ka video kab aayega ...flux implementation
koi btayega jo b component import horha uska color green kese ho rha kon sa extension hai?
hello one doubt, why don't we need id in this program. In previous program of Todolist, we need id but why not in this program, explain!!!!!!!
Funny moment - code dusri file mai kr diya start krna. I just stand up from my chair and started watching that what's happening 😅🤣 then he said ho jata hai kabhi kabhi yarr😆🤣
After 1 day new video uploaded react projects 2. Thanks sir
Sir digital clock using npm project i didn't get output please solve my problems sir..
I have watched each and every video 1 to till now... I got one problem npm digital clock project
very nice bro very infromation about the IT thanks
i got error as
Module not found: Error: Can't resolve '@mui/icons-material/Add' in 'E:
eact1\heromotor\src'
please help
Write Import button from "@material-ui/icons/Add" instead of
Import button from "@mui/icons/Add"
Thank you so much sir hatts off for your dedication its very helpfull ❤❤❤😍
Bro can you please help me because whenever i do line through exactly how you do it linethorough all data why!?
Sir ye wali video smjh aaai hy pehly wali thori si mushkil thi
Submit here Submit text is not showing on button. Even I import it and also install material UI still it is not working. Please help me!!
I want to edit the material UI button I follow you as it is but CSS not work, all the code copy from your site
Yes today I learn we can implement double click and onclick event on same elements
Thapa Bhai please make a full Canvas tutorials 🙏🙏🙏
Broh you are the best 🥳
i have a problem that is whenever im clicking on button without entering im getting a blank list how i do overcome this
Bhai please please make some tutorial on redux...app pakka sikha doge i know that..baki koi nahi sikha paa raha .. mene pura UA-cam Chan mara.. please make redux easy for us as you did for react
Hi Respected Sir Good Afternoon
Sir if someone clicked on delete item by mistake, then it will be considered that item purchased.
So I have deleted items like this.
So that if by mistake we clicked on a delete item, that we don't want to delete, then we can recover that again, by using this code of line.
const deleteItem = () => {
return setDeleteIt(!deleteIt);
}
my material UI Icon is not showing up onscreen. Please, help me out with this
Hi sir bootsratap kese use karte hain react main please reply????
Sure us pr bhi ane wala hai video
Hi sir can you pls suggest how I can use both Line and delete functionality with separate buttons
please solve the above task using last entry at the top ie. [item, ...oldList] rathet then [...oldList, item]
Plz , how can we deploy these react projects on Github ?
Firstly go to your github account and create your repository, for example:
"reactprojects",
in terminal, get in your react app folder.. and then run these commands
1) git init (makes your local folder on computer a git repository)
2) git add . (you add all the files in your project)
(You'll be asked to login in your github account and authorize your code editor/ terminal)
3) git commit -m "Your message" (You commit to all the changes, i.e. adding all those files to be tracked)
4) git push (pushing all files from local git branch to online repository's origin)
then it will ask you to set an upstream (basically in which branch you want to push all these files)
5) git -set-upstream origin master or git -set-upstream origin yourBranch
maybe in this process you might have to set remote too,
6) you can run, "git remote add origin" and then you can run the command in point 5.
after point 5 your upstream will be set,
7) git push
(it will automatically push all those files to your online/remote repository's master branch, with a commit message "your message" which you have added in point 3)
Hope that helps.
sir prevalue kya hai wo kaise pta chlega?
Bro please video bnana continues rakhna
Make tutorial on Login+Registration+CRUD operation in MERN Stack??
Can you please help me to add filter property (All, Active, Completed) in the same Todo List
Can Someone Help me to get ride from this error? Module not found: Can't resolve '@mui/icons-material/AccessAlarm
same error found any solution?
bhai aisa v kya jldi tha ki package ko instakk krna v nhi btaya .....jb project iss video me bna rhe ho tbb kon se paakcages ki jruart h install ki wo v bta dete jldi jldi me
Database ka kab aayega and ham konasa database use karane vale hai "Firebase".
i made the todo app as you taught.. but when the textfield is empty and suppose i click the add button.. an empty list item gets added along with the delete button. all my app is working fine but i just figured this bug. how can i resolve this bug? and suppose i dont want to click the button just want to press enter after typing.. how can i add that functionality?
did you figure it out?
Add if else condition it will work for u i did and worked well for me
Mene to line through javascript se kar diya tha 😅
sab course Dr. Angela Yu ka jaisa kaise karte ho thapa ji
PLS CAN U TELL ME THAT THE TASK IS GETTING A LINE ON IT ,ACTUALLY IT SHOULD BE DELETED , PLS CAN U TELL ME
Thanku sir.
Plss make a mini project using the crud operation.
Bhai python pe videos bana..1h ka
i havenot understood map function in your code. please explain to me Thapa technical
sir pls make one video with redux and react. it will be great help of yours. Thankyou in advance.
Muja last wala data first m chya how can I do
Digital clock not showing output ,clock not defined in App.js file
Hello...Vinod Bhaiya....... Meri Aapse Ek Request hai.......... Kya Aap Hamare Liye........... PHP me Software Kaise Banata hai........... Or Ek PHP Me Software Bana kar...... Hame Explain kar sakte hai........ Aapne Abhi tak..... Hame Website Banana toh...Sikha diya....... Meri Ek Request hai ki........ Aap Ab PHP me Software Kaise Banta hai.......... Vo bhi Hame Samja.... De Please Sir........... It's My Request....
css not working on material ui. please guide me
Todo + form and make another video os that we can have as much as fields in todoapp?
CSS isnt working on mui v5 button.
Bhai react native ka tutorial banona please
yo are typing in lowercase as "buy an apple" but the list is being displayed in uppercase as "Buy An Apple".. How is that possible ?
it was because he used CSS to make it upper case
Awesome, videos,
One seprate video for reactjs with redux.
Many time to come with redux
Are sir sare ek sath cross horaha he help..plz
How to used meadia questions with Material UI
Please make a video on MERN CRUD app like todo app
Source code nii mil rha link sa??
Thanks vinod gbu
Please sir make a mini project using the crud operation in reactJS
Material ui is not working
Thanks Sir:)
i personally admire your way of teaching, but in this react series you're going too fast forward and sounding bit careless as well. so think about it.
22:00
React routing pr aik video bnao
thank you sir..
Amazing
Ubr awesome
Thanks Sir
nice
React Flux or video bnao please
edit???
One vedio file encryption and decryption
I like your smile
osm
Create more projects.
Bhai tu yaha par bhi or Yahoo baba par bhi 😄
Bhai tu yaha par bhi or Yahoo baba par bhi 😄
@@siddhant2002 Yahoo baba tho apna Favorite teacher ha. 😉
@@iUmerFarooq ha mera bhi phehele sabhi yahoo baba kr video dekhata hu badamai so samaj nahi ata vo Thapa Technical mai dekhata hu . By the way where are you from ?. I'm from Gujarat. 🙃
coding part is difficult
Asking for money for source code,,, css file
⚡⚡
💗
💯
💖💗
Module not found: Can't resolve '@mui/icons-material/Add' Im getting this type of error. Please help me solve this
🧡