Full Stack React Node Project | Build a Notes App from Scratch for your Portfolio

  Рет қаралды 30,007

Chris Blakely

Chris Blakely

Күн бұрын

Пікірлер: 68
@rajatsharma854
@rajatsharma854 Жыл бұрын
So glad to see you back! Amazing content, as always 👌🏻 Looking forward to more such content! ✨
@Sora_jasdflalekf
@Sora_jasdflalekf Жыл бұрын
Hello Chris, this was my first fullstack project and it was really helpful. I notice that your previous video was 2 yrs ago, so I just want to thank you for teaching again. Have a great day and take care! :D
@ChrisBlakely
@ChrisBlakely Жыл бұрын
thanks for watching and I really appreciate the kind words! Hope to see you in the next one!
@richardb1856
@richardb1856 Жыл бұрын
Very excited when I saw a new post! You make everything easy to understand and just click into place in a way that I haven't found anywhere else.
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thanks I really appreciate the feedback! I plan to upload more regularly and always happy to hear suggestions / ideas on what content I should make next !
@richardb1856
@richardb1856 Жыл бұрын
Extending your Quiz app with a backend and some additional question types (drag and drop ordering, matching, etc.) would be great. @@ChrisBlakely
@austinevick
@austinevick Жыл бұрын
Your tutorials was the first to help me understand reactjs as a beginner. Please do more videos. Thanks
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thank you ! I’m glad you’re finding my videos helpful, I really appreciate you taking the time to watch them. I’ll have more stuff coming up soon!
@jasonhobbs6576
@jasonhobbs6576 2 ай бұрын
I found this really helpful to get some foundational experience writing my first full stack react application... Thanks so much! I'm experienced in web app dev but have never used react, express, or prisma before. This is really fun stuff... can't wait to keep learning!
@mithunvelalar
@mithunvelalar Жыл бұрын
Happy to see you back :)
@puny_God
@puny_God Жыл бұрын
Great to see you back!! Perfect tutorial, no doubt.
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thanks! 🙌
@jasonhobbs6576
@jasonhobbs6576 2 ай бұрын
for anyone following along with newer versions of express or node (not sure which makes the difference), when checking for empty title and content you'll need: { res.status(400).send("title and content fields required"); return; } instead of { return res.status(400).send("title and content fields required"); } to avoid a litany of odd errors.
@fightscene817
@fightscene817 Жыл бұрын
Great efforts! Thank you.. welcome back
@clairelearningsession
@clairelearningsession 7 ай бұрын
Great video! Helped me a lot!! Thanks for making this!
@chiamakaorakwe8776
@chiamakaorakwe8776 Жыл бұрын
Thank you so much for this video, it came at the time I needed it
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thanks for watching !
@MehulParashar-p3h
@MehulParashar-p3h 4 ай бұрын
Hi code coyotes doesnt seem to work so we have no access to the code anymore
@Mannyggwp
@Mannyggwp Жыл бұрын
Thank you so much for this video. It was straight to the point and explained everything well. I recently learned React and felt I needed to do something practical then just a static website.
@ChrisBlakely
@ChrisBlakely Жыл бұрын
No problem , thanks for watching!
@Mannyggwp
@Mannyggwp Жыл бұрын
​@ChrisBlakely I'm not sure why KZbin won't let me post the url to the website, but I made a post it site like yours. I learned so much and made it my own. Thank you so much!!
@ChrisBlakely
@ChrisBlakely Жыл бұрын
thats awesome! would love to see it, you can send the linke to hello@jschris..com if you want! Thanks again for watching! @@Mannyggwp
@karunakarkoyada69
@karunakarkoyada69 Жыл бұрын
hello chris, good to see you gain, im expecting more projects from ur channel
@PavanSibal
@PavanSibal Жыл бұрын
Great tutorial!
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thanks for watching!
@Ramenedish
@Ramenedish Жыл бұрын
This was amazing. I hace a few questions abouta dding categories, archiving and the order of the notes showing up but this was very helpful
@jabbajabba5453
@jabbajabba5453 Жыл бұрын
Great intro app tutorial for newbies 🎉
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thanks for watching , glad you enjoyed it!
@ivanliao6211
@ivanliao6211 9 ай бұрын
Thank you for this tutorial, its just perfect for me as a frontend dev to have a preliminary understanding of how full-stack works
@regilearn2138
@regilearn2138 Жыл бұрын
wow ,good to see you back. and please do more MERN/NEXT.js with TYPESCRIPT advanced projects
@ChrisBlakely
@ChrisBlakely Жыл бұрын
thank you, its good to be back :) I have plenty of full stack/next.js/ts on the roadmap !
@regilearn2138
@regilearn2138 Жыл бұрын
@@ChrisBlakely appreciate it bro
@swatantramishra7826
@swatantramishra7826 Жыл бұрын
Hey chris! Great tutorial..i need some suggestions/guidance from you
@killuazoldyck9196
@killuazoldyck9196 11 ай бұрын
Thank you chris, this project is too good to start❤.If possible can you make a video on how to deploy this project live on render or vercel?
@ChrisBlakely
@ChrisBlakely 11 ай бұрын
hello! my newer course has some info on how to deploy to render, but its sort of mixed in with the project. Theres an example project on their docs you can try here docs.render.com/deploy-node-express-app. Hope this helps!
@ASMRcode
@ASMRcode 8 ай бұрын
Hi any reason why you went with the grid approach instead of flexbox for this project? Or do you prefer using grid for single page websites like these. Thanks
@felocode
@felocode 10 ай бұрын
Hi Chris thank you for this helpful video, I made you before project about notes, but that one you use JS, now in this one you use TS, why? It is possible to use a backend with typescript and you frontend with JS?
2 ай бұрын
why note tye did not define ? or I missed that ?
@simplerstrength
@simplerstrength Жыл бұрын
Completed. Thank you for this, though not sure why its 500 mph 😅
@ChrisBlakely
@ChrisBlakely Жыл бұрын
haha figured people didn't want to watch me making so many mistakes when typing out the code 😅! Thanks for watching!
@ikarochagas1916
@ikarochagas1916 Жыл бұрын
Hello, nice project but I want to know how to put the front-end in Vercel, with the API running on localhost, because the API is not in a cloud
@ChrisBlakely
@ChrisBlakely Жыл бұрын
you would have to host the backend as well, a front end hosted on Vercel wouldn't be able to communicate with your localhost (if thats what you mean)
@ikarochagas1916
@ikarochagas1916 Жыл бұрын
@@ChrisBlakely Exactly, that's what I mean, I tried to upload the backend as a web service in the render and it's giving an error in the nodeJS version with Prisma
@heyitsritu
@heyitsritu 9 ай бұрын
hii, your website is not working. please look into that thanksss
@lammydidon
@lammydidon Жыл бұрын
just completed this....now to see if I can do all that on my own....lol
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Good luck! You can do it 🙌
@wolfy_pride
@wolfy_pride Жыл бұрын
Hello Chris. Will this run on mobile? Using expo?
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Hey, I didnt build this with react native in mind, and dont have much experience with it to be honest, so I'd assume it probably wont :)
@wolfy_pride
@wolfy_pride Жыл бұрын
@@ChrisBlakely Okay thanks for sharing! By the way, great tutorial :)
@hamzabouzidi2944
@hamzabouzidi2944 19 күн бұрын
links broken ...
@XMProgress
@XMProgress 4 ай бұрын
elephantsql shutdown already,any other alternatives?
@ariadnamaldonado3524
@ariadnamaldonado3524 5 ай бұрын
For some reason mine just stopped right before "the database is already in sync with the prisma schema" . Its not giving me an error or anything, it just didnt say generated or anything else, its like it didnt finish even tho I waited a while. Do you have any idea why this might be?
@Sameer-tt3bx
@Sameer-tt3bx 4 ай бұрын
can anyone help me with the database part , as the elephantsql sevices closed i was trying aws(postgresql) but facing some troubles
@pablofc6910
@pablofc6910 6 ай бұрын
Hello!! elephantSQL is not working!!
@chatito1047
@chatito1047 5 ай бұрын
Find any alternative?
@RapidFireSports
@RapidFireSports Жыл бұрын
the typing is too fast. its too hard to follow along. the explanations are great though but its really frustrating to have to pause and rewind constantly
@ChrisBlakely
@ChrisBlakely Жыл бұрын
Thanks for the feedback! I was trying something new but don’t think it really worked out. I’ve slowed things down for my next video. Appreciate you taking the time to watch nonetheless!
@togya4
@togya4 6 ай бұрын
i think your domian does not work
@NcVelocity
@NcVelocity 8 ай бұрын
he talks so fast 😭
@zoltanmolnar6956
@zoltanmolnar6956 Жыл бұрын
could you tell me why do you wasting time to 10000000 th notes App? It is not industry ready, already did millionth of time, nothing new. Ok. If for example you making Notes App change technology, for ex.add Kubernetes or something, but in this case it is just wasting time
@ChrisBlakely
@ChrisBlakely Жыл бұрын
it’s for beginners , beginners don’t need to know about kubernetes for a simple notes app. Thanks for commenting though it was really helpful 😊
@zoltanmolnar6956
@zoltanmolnar6956 Жыл бұрын
@@ChrisBlakely it was only an example (to add something different, kubernetes) yes it is beginner course already 100000001 th notes app
@pory90n
@pory90n Жыл бұрын
@@zoltanmolnar6956 If you don't like it don't do it bro it's not that hard
@sufiyansayyed8520
@sufiyansayyed8520 2 ай бұрын
@@zoltanmolnar6956 you do simple crud operation first then go into complex one, i think you missed his point
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Coding Snake in C | Pointer Madness | Ep. 2
5:14:21
HirschDaniel
Рет қаралды 943
React Beginner Tutorial | Learn React by Building a Real Project
1:07:11
VIDEO_REACT_DPM-T14
53:11
Maulana Rizky
Рет қаралды 42
React Budget App Tutorial | Learn how to use the Context API
52:09
Chris Blakely
Рет қаралды 45 М.
How this LED Tech MADE IN CHINA is impacting the whole WORLD
15:54
Rafa Goes Around!
Рет қаралды 533
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 918 М.
pertemuan 14 DPM  - REACT HOOKS
1:21:37
Kevin Alfariza
Рет қаралды 14
Menyimak materi tugas pertemuan 14 -Dasar Pemrograman Mobile
33:16