Create News App Using React JS And Bootstrap | Learn Bootstrap In React JS Tutorial

  Рет қаралды 92,785

GreatStack

GreatStack

Күн бұрын

Пікірлер
@kallapallisai9959
@kallapallisai9959 Жыл бұрын
This is the small request make videos tutorials on figma design your teaching skills are awesome.
@mujibulhaquetanim
@mujibulhaquetanim 11 ай бұрын
Wonderful, this is how a tutorial should be-direct, to the point, and without spending time on Bs.
@FascinatingHistoryFact
@FascinatingHistoryFact 7 ай бұрын
Honestly bro!
@ishaqabdullahi7555
@ishaqabdullahi7555 10 ай бұрын
Short and to the point but very informative. Great video!
@saltytunafacts1906
@saltytunafacts1906 Ай бұрын
I just found this video and this channel is GOLD
@GreatStackDev
@GreatStackDev 29 күн бұрын
I'm so glad! Thank you so much. 😊 Keep coding.
@cricket_streaming1
@cricket_streaming1 7 ай бұрын
after long time, i found this tutorial. Very helpful. Please make more of these❤❤
@michaeledehh
@michaeledehh Жыл бұрын
Something for the weekend ❤
@Overall_Curve
@Overall_Curve 2 ай бұрын
Those who are using the slice method on title and description. If you are getting an error, try ternary operator on both title and description. The reason why we are getting error is because when we fetch the value of title or description from NEWSAPI, sometimes the value is null stored on the NewsAPI, which crashes the whole program. Try this. {title ?title.slice(0, 40) : "Breaking news"} {description ? description.slice(0, 90) : "Updates: What is going on today, Check out here."}
@mahmoodakram5540
@mahmoodakram5540 Жыл бұрын
Thanks. For sharing knowledge.. 🎉
@motivation2change754
@motivation2change754 Жыл бұрын
what about react admin dashboard for e-commerce react app as you have mentioned there
@hemanthkt2887
@hemanthkt2887 Ай бұрын
completed within 1 hour..tysm
@easycodingwithbg4731
@easycodingwithbg4731 2 ай бұрын
Very Informative Sir 💓
@shihansanaka3879
@shihansanaka3879 Жыл бұрын
Cooool bro...❤
@SelsebilBenelhaj
@SelsebilBenelhaj 4 ай бұрын
Just awesome 🤩🤩
@GreatStackDev
@GreatStackDev 4 ай бұрын
Thanks 🤗 Keep coding.
@aroundtheworld5040
@aroundtheworld5040 4 ай бұрын
keep it up⬆🎖
@noviantoekobudiman7633
@noviantoekobudiman7633 2 ай бұрын
Thank you so much for the tutorial!
@DipakShende-oe9pn
@DipakShende-oe9pn Жыл бұрын
its an very amezing video.
@emmanueleche3455
@emmanueleche3455 2 ай бұрын
This tutorial really helped me thanks alot👍
@websitedesigndevdeploy
@websitedesigndevdeploy Жыл бұрын
Cool. Thanks for the tutorial.
@69mystery67
@69mystery67 11 ай бұрын
I am facing an error when implementing slice() function into title and description. The screen just went blank. The error message in console was "Uncaught TypeError: Cannot read properties of undefined (reading 'slice')"
@relangimammayyacodingcente9416
@relangimammayyacodingcente9416 10 ай бұрын
Bro what did you do for that slice problem
@69mystery67
@69mystery67 10 ай бұрын
@@relangimammayyacodingcente9416 add != null after description. My code for line 8 at 24:20 is : {description != null ? description.slice(0, 90) : "No description"}
@vibhourrr
@vibhourrr 10 ай бұрын
The problem is not with the slice method but with the data you're firing the method to. if you're using it for example Data.slice() try consoling the data, it may be undefined that's why the slice method might not be working
@alfaloverss3116
@alfaloverss3116 9 ай бұрын
​@@relangimammayyacodingcente9416 jaha par props pass kiye udhar slice krke dekhna work keega
@abdelrahmanmohamed4372
@abdelrahmanmohamed4372 3 ай бұрын
title?tilte.slice(0,50):""
@shihansanaka3879
@shihansanaka3879 Жыл бұрын
I think it is better to use vite for the other projects too...❤
@balajipamu
@balajipamu 11 ай бұрын
Broo I need a source code it will very helpful, while executing ur same code getting some issues!!
@technicalresi5451
@technicalresi5451 11 ай бұрын
This video is me help one of the most good video for KZbin 😊❤
@evansmbewe06
@evansmbewe06 Жыл бұрын
My url API key doesnt have urlToImage so i cannot add urlToImage care to help?
@amirtorghon2464
@amirtorghon2464 2 ай бұрын
Amazing tutorial
@codingwithebooks
@codingwithebooks Жыл бұрын
Great videos👏👏
@oqant0424
@oqant0424 2 ай бұрын
Thank u so much very helpful
@mahakalgamer7520
@mahakalgamer7520 Жыл бұрын
Thank you so much 🙏
@ujjawalpugalia2123
@ujjawalpugalia2123 9 ай бұрын
The only thing is that i am unable to deploy the project, it is working fine on localhost but screen becomes blank when deployed on vercel or netlify
@YasriMucyo
@YasriMucyo Жыл бұрын
Great!
@Amanकुमार-y4m
@Amanकुमार-y4m Жыл бұрын
awesome❤
@nutansingh3612
@nutansingh3612 4 ай бұрын
hello sir, mera newsapp nhi chal rha h vo localhost:5173 pr 2-3 sec ke liye dikhta h bs or automatic blank hojata h plzzz help me sir👏👏👏👏👏👏
@Nenavath-m1b
@Nenavath-m1b 2 ай бұрын
same with me also
@Assassin52
@Assassin52 Ай бұрын
Bro check your api and env file... I also faced that problem but when I rechecked it I found i created .env file in my src folder but we have to create it outside the src folder
@jigsawgaming8677
@jigsawgaming8677 Ай бұрын
@@Assassin52 make env file is not important you can direct hit api in your code by using axios or .then .catch also use try and catch
@Assassin52
@Assassin52 Ай бұрын
@@jigsawgaming8677 yup...👍
@ZeeshanElia
@ZeeshanElia Жыл бұрын
React vite with simple bootstrap of your video is super
@rutvapatel3251
@rutvapatel3251 7 ай бұрын
Thank you so much!
@nandakumar5701
@nandakumar5701 Жыл бұрын
Thanks a lot brother❤
@Elgnonvis
@Elgnonvis Жыл бұрын
thanks react admin dashboard with Bootstrap will be great tuto
@IllIIIIIIllll
@IllIIIIIIllll Жыл бұрын
Thank you sir 🙏.
@AmanKumar-sr5wj
@AmanKumar-sr5wj 25 күн бұрын
7:50 why he remove import react statement .
@blackmythtaufel
@blackmythtaufel 6 ай бұрын
hello bro need some help here😅😅😅😅 when i copied button from bootsrap and pasted it its working fine if i changed the class to classname then its not showing the styles just buttons showing no colors at all then again changed classname to class its working fine with showing colors to buttons and style what shoild i do if there is no classname then it isnt react ryt??
@vnkt_ayyappa
@vnkt_ayyappa Жыл бұрын
Hello sir I had a doubt y your react project outpage is different
@Cream-Clips
@Cream-Clips Жыл бұрын
I have some problem when I fetch api
@AnandaMuhuri
@AnandaMuhuri 2 ай бұрын
Thanks sir
@GreatStackDev
@GreatStackDev 2 ай бұрын
You're Welcome! 😊 Keep coding.
@AnandaMuhuri
@AnandaMuhuri 2 ай бұрын
@@GreatStackDev sir the api you used can be only used in local host, but if I deploy it then from browser it's not accessible. Do you have any other APIs which can be accessed from browser also ?
@poojanoothi3748
@poojanoothi3748 9 ай бұрын
thank you so much
@Manas361
@Manas361 5 ай бұрын
i can't access category in my api link by using this category=${category}.. screen got blank , any solution??
@User-lm4qq
@User-lm4qq 5 ай бұрын
Paste the code in gpt and type correct it and it works .
@sanketpathak6621
@sanketpathak6621 5 ай бұрын
Hey nice video. What does the slice() method actually do here?
@PoojaJain840
@PoojaJain840 4 ай бұрын
can u pls help me as i am getting error while using map function
@vigneshm5595
@vigneshm5595 Жыл бұрын
Brw i have one error in category change it doesn't change category 😢please help me
@aogunnaike
@aogunnaike Жыл бұрын
I got the notification and it disappeared on my notifications list 😢 had to search for wit, nice tutorial
@AnmolCodesofficial
@AnmolCodesofficial Жыл бұрын
The video came 25 minutes ago and the video is 34 minutes longer how you saw the video huhh
@tomwalton8014
@tomwalton8014 Жыл бұрын
hi, I am having a problem when pasting the navbar code into the navbar.jsx file, a syntax error arrises with the open and close curly brace and normal bracket which causes the navbar not to work. Please help thanks
@tomwalton8014
@tomwalton8014 Жыл бұрын
I am getting this error code [plugin:vite:react-babel] C:\Users\User\landlord_v5\src\Components\Navbar.jsx: Expected corresponding JSX closing tag for . (26:49) 29 | C:/Users/User/landlord_v5/src/Components/Navbar.jsx:26:49 25 | Another action 26 | 27 | Something else here | ^ 28 | 29 |
@bemzloarddesigner6459
@bemzloarddesigner6459 Жыл бұрын
setCategory("...")}> setCategory("...")}> setCategory("..")}> setCategory("..")}> setCategory("..")}>
@bhumikabansal6022
@bhumikabansal6022 7 ай бұрын
Compiled with problems: × ERROR in ./node_modules/body-parser/lib/read.js 19:11-26 Module not found: Error: Can't resolve 'zlib' in 'C:\Users\bhumi\OneDrive\Desktop\NewsApp ews ode_modules\body-parser\lib' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "zlib": require.resolve("browserify-zlib") }' - install 'browserify-zlib' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "zlib": false } ERROR in ./node_modules/body-parser/lib/types/urlencoded.js 201:12-34 Module not found: Error: Can't resolve 'querystring' in 'C:\Users\bhumi\OneDrive\Desktop\NewsApp ews ode_modules\body-parser\lib\types' BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: - add a fallback 'resolve.fallback: { "querystring": require.resolve("querystring-es3") }' - install 'querystring-es3' If you don't want to include a polyfill, you can use an empty module like this: resolve.fallback: { "querystring": false } ERROR in ./node_modules/content-disposition/index.js 21:15-39 i am getting this error
@jojid.econar280
@jojid.econar280 Жыл бұрын
hey bro, can you make tutorial on how to create a website builder like WordPress?
@icelygorapo2401
@icelygorapo2401 Жыл бұрын
He has that on his 30 days JavaScript project playlist
@Rohittarkar175
@Rohittarkar175 4 ай бұрын
@@jojid.econar280 hey! I made a lot of WordPress websites and that was my complete waste of time. As you don't have any privacy coz plugins in WordPress can breach your data
@aishwaryajoshi8020
@aishwaryajoshi8020 6 ай бұрын
If same process is done in without using vite then how to connect the news api
@fearx377
@fearx377 7 ай бұрын
Followed it step by step, i run npm run dev and i just get a blank screen.. please help
@parth9787
@parth9787 5 ай бұрын
Same
@BabaBanarasi_003
@BabaBanarasi_003 5 ай бұрын
I am also facing the same problem broo
@BabaBanarasi_003
@BabaBanarasi_003 5 ай бұрын
can you tell me how you fix that error
@azsreenu2540
@azsreenu2540 9 ай бұрын
Very nice
@sheralishaik8852
@sheralishaik8852 5 ай бұрын
NEWSAPI gives CORS error in free developer pack get result only in localhost failed while deployment how to slove this any other NEWSAPI for free deployment
@BabaBanarasi_003
@BabaBanarasi_003 5 ай бұрын
broo am also facing the error while loading the page it shows me a blank page
@MukeshKannan-fr4el
@MukeshKannan-fr4el 22 сағат бұрын
Bro I'm facing 1 issue.. I have only 3 column not 4 why
@khurshedaalam7478
@khurshedaalam7478 Жыл бұрын
Awesome
@dreamkillrop2037
@dreamkillrop2037 4 ай бұрын
api not giving Image and description.
@dhruvinchawda439
@dhruvinchawda439 5 ай бұрын
will news gets updated time to time?
@user-zl3nx9db8v
@user-zl3nx9db8v Жыл бұрын
if im uploading the code in github and hosting it then its not working can u solve it
@poojanoothi3748
@poojanoothi3748 5 ай бұрын
slice is not working for description
@ubaidullah4221
@ubaidullah4221 Жыл бұрын
Thanks
@NoTimeWaste1
@NoTimeWaste1 5 ай бұрын
Done!! ✅
@SumanthS-dz3fk
@SumanthS-dz3fk 11 ай бұрын
Bro link giving msg setcategory is not a function how to solve it
@DiscoverVallartaProperties
@DiscoverVallartaProperties 6 ай бұрын
I have the same issue.
@vanshikasharma2128
@vanshikasharma2128 9 ай бұрын
I'm facing an error while fetching api. Can anyone help me to resolve
@PoojaJain840
@PoojaJain840 4 ай бұрын
same here , pls help
@rohansingla4270
@rohansingla4270 11 ай бұрын
bro 1 doubt why you created a special file to store api key . you could have stored it in a variable in same file
@charlieyt1163
@charlieyt1163 11 ай бұрын
for privacy so that no one can steal the api key
@rohansingla4270
@rohansingla4270 11 ай бұрын
@@charlieyt1163oh got it that's why he created a .env file as he will not push it into github. thanks for your reply tho
@ankitasenapati8836
@ankitasenapati8836 5 ай бұрын
Why the page is not loading ?
@BabaBanarasi_003
@BabaBanarasi_003 5 ай бұрын
Am also facing the same issue whenever i run the npm command the page is loading but it disappear after few second.
@BabaBanarasi_003
@BabaBanarasi_003 5 ай бұрын
can you tell me how you fix it ??
@dipesharwat
@dipesharwat Жыл бұрын
Sir, this is small request make video on KZbin clone using React
@tapaskumardey650
@tapaskumardey650 Жыл бұрын
Can anyone tell me why the images of each news items are not loading. I mean the alt tag is getting executed not the src part. Please help
@avneetkaur2175
@avneetkaur2175 Жыл бұрын
try changing the country back to us in api url. The issue is caused due to incomplete information by api for certain fields when we change the country
@ayushsinghal5521
@ayushsinghal5521 Жыл бұрын
@@avneetkaur2175 I am getting problem in setting .env file it shows error undefined map
@NamrataPatel-f2r
@NamrataPatel-f2r 11 ай бұрын
@@ayushsinghal5521 did u get the solution?
@user-nl1bj9oo9f
@user-nl1bj9oo9f Жыл бұрын
bro can you make login form in navaigation bar?
@user-nl1bj9oo9f
@user-nl1bj9oo9f Жыл бұрын
using html and css only
@VISHALMishra-r7j
@VISHALMishra-r7j Жыл бұрын
facing some error anyone help mee
@alfaloverss3116
@alfaloverss3116 9 ай бұрын
Slice method is not working
@Rant-gb1zz
@Rant-gb1zz 7 ай бұрын
Where is the assets folder?
@SumitKumawat-l1e
@SumitKumawat-l1e 4 ай бұрын
VITE-API-KEY IS UNDEFINED............. WHAT IS SOLUTION....?
@mansisahu2978
@mansisahu2978 4 ай бұрын
Did u get any solution?
@CodeMonk_001
@CodeMonk_001 6 ай бұрын
I followed step by step but is not working
@BabaBanarasi_003
@BabaBanarasi_003 5 ай бұрын
US bro US
@shaikyasmeen3947
@shaikyasmeen3947 5 ай бұрын
Me too I'm getting empty data from api
@CoderBoy-u1z
@CoderBoy-u1z 2 ай бұрын
How to host this website
@homawasimkhan3845
@homawasimkhan3845 3 ай бұрын
my api is not working😌😌😔
@nellyfancii-rs2tp
@nellyfancii-rs2tp 4 ай бұрын
is it just me or is there anybody whose images are not showing i mean te one from the api
@mansisahu2978
@mansisahu2978 4 ай бұрын
Ya same....did it worked? Can u pls guide me
@hemanthkt2887
@hemanthkt2887 Ай бұрын
use back ticks ` ` not " "
@khushichaurasia121
@khushichaurasia121 2 ай бұрын
Can I get the code ??
@alfaloverss3116
@alfaloverss3116 9 ай бұрын
Category is not working
@weirdomemes
@weirdomemes 8 ай бұрын
Same prob
@danishnadaf9890
@danishnadaf9890 7 ай бұрын
@@weirdomemeserror Solved ???
@danishnadaf9890
@danishnadaf9890 7 ай бұрын
On Click İs Not Working If I Am Click The Any Category It İs Not Working
@weirdomemes
@weirdomemes 7 ай бұрын
@@danishnadaf9890 yes it's solved
@weirdomemes
@weirdomemes 7 ай бұрын
@@danishnadaf9890 well i changed the api , I use Google news api instead of his suggestion
@_MYNAMEISEARL
@_MYNAMEISEARL 11 ай бұрын
What happened to Avinash?
@lizagarg8954
@lizagarg8954 5 ай бұрын
can anyone provide source code?
@rahultodani
@rahultodani 10 ай бұрын
Don't we call it website instead of app
@Crepybro
@Crepybro 6 ай бұрын
Not working
@sumitrasmtr7441
@sumitrasmtr7441 4 ай бұрын
plz share source code
@arialearn
@arialearn 5 ай бұрын
I cant count how many times you said "we will", very tiring.
@prasannareddy-h6i
@prasannareddy-h6i 6 ай бұрын
source code bhayya:(
@Letscodeabhi
@Letscodeabhi 3 ай бұрын
jisko code chayie bata do]
@babyyato
@babyyato 3 ай бұрын
api not working can you please share the code
@babyyato
@babyyato 3 ай бұрын
emergency tomorrow is my interview help
@tollyinfo
@tollyinfo Ай бұрын
Thanks. For sharing knowledge.. 🎉
@GreatStackDev
@GreatStackDev Ай бұрын
Glad you like it! Thank you.
The Story of BootStrap
6:14
CodeSource
Рет қаралды 91 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 861 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Learn How to Code Using Bootstrap 5 Tutorial 2023!
19:15
Coding With JayBird
Рет қаралды 46 М.
They made React great again?
4:11
Fireship
Рет қаралды 1 МЛН
React Bootstrap Tutorial
15:30
Adrian Twarog
Рет қаралды 339 М.
Learn Bootstrap and Create a Simple Website in just 20 Minutes
18:36
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,6 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН