Build a Full-Stack Quiz AI Application - Next.js, Drizzle, TypeScript, Stripe, OpenAI (2024)

  Рет қаралды 20,228

webdecoded

webdecoded

Күн бұрын

Пікірлер: 55
@webdecoded
@webdecoded 6 ай бұрын
don't forget to drop your score in the comments! 😄
@javascriptmastery
@javascriptmastery 6 ай бұрын
Nice one! We wanted to build something similar too!
@selimpy8105
@selimpy8105 6 ай бұрын
that would be awsome looking forward to but make it a little different and functional
@mDHARYL
@mDHARYL 6 ай бұрын
oh your here 😁
@webdecoded
@webdecoded 5 ай бұрын
thank you!! let's collab👋
@elonkiptoo1710
@elonkiptoo1710 3 ай бұрын
I love how you people support each other
@GODOFCALCULUS
@GODOFCALCULUS 2 ай бұрын
@javascriptmastery please do 🙏🏾💓
@ebratz
@ebratz 6 ай бұрын
Thank you so much for sharing such high quality content on YT for free. Please keep it coming!
@webdecoded
@webdecoded 6 ай бұрын
wow thank you so much!!
@cathyliu1996
@cathyliu1996 6 ай бұрын
This channel is so underrated. This is the 5th projects I've followed along and I've learned so much. Thank you so much 😊!
@StayPolishThinkEnglish
@StayPolishThinkEnglish Ай бұрын
hey :) didn't you have any problems with Home function showing 503 or 404 error?
@shadowyt8077
@shadowyt8077 6 ай бұрын
You have probably one of the most underrated channels I've ever seen! It's amazing how much valuable content you provide, yet you only have around 1.5k views. It's quite impressive
@hassaantahir3861
@hassaantahir3861 6 ай бұрын
Amazing detailed project 🎉 Next plzzz create a Production grade e-commerce app(not like the current KZbin ones :)) a single vendor app. You can make a landing page to showcase 3-D models of the main stream items of the store. To increase its quality and uniqueness you can also add a 3d Model of every product along with the normal images and the main challenge will be then optimizing it. With roles(user and admin which will be the store owner), full fledged admin panel having inventory, and other business functionalities, Beautiful UI, review system, tracking system, Product recommendations, full fledged search, COD and online payment gateways 2-3, product page with detailed product descriptions with images etc and similar products. An e-commerce app that the KZbin has never seen before. :)) Thanks in advance 🎉
@alrazy12
@alrazy12 Ай бұрын
how the pdf should be structured ? is it just general information about certain topic or its a question answers examp pdf? can we see the pdf content ?
@shivamkumar-qp1jm
@shivamkumar-qp1jm 5 ай бұрын
I developed the same for one of my clients The only difference is it asks the same question again randomly after some questions if anyone gives the wrong answer
@shyamdas8964
@shyamdas8964 Ай бұрын
Hello, which vs code extensions you have used in this project ? which react typescript extension you have used for the react typescript projects . Please answer me in the comments . thank you.
@markus_dev_cwb
@markus_dev_cwb 6 ай бұрын
Amazing project! Tks to share
@shreyaskannan1500
@shreyaskannan1500 3 ай бұрын
Nice project, loved it. had to use gemini API coz I'm broke, no .build for gemini lol took me a while to remember string functions and parse exist. stuck in dynamic routing! god save me I need to sleep. stuck in heat map, cool UI awsm. note DR-the shema type creation, remember to update the schema types in superbase. HM-remember to update uid in quizz table
@donoob09
@donoob09 2 ай бұрын
could you please share the code with gemini, actually I am doing the same but I stuck in dynamic routing
@shreyaskannan1500
@shreyaskannan1500 2 ай бұрын
​@@donoob09 const model = new ChatGoogleGenerativeAI({ apiKey: process.env.GEMINI_API_KEY, model: 'gemini-pro' }); const message = new HumanMessage({ content: [ { type: "text", text: prompt + " " + texts.join(" ") } ] }) const result = await model.invoke([message]); const data = result.content.toString().replace("\`\`\`json","").replace("\`\`\`",""); const obj = JSON.parse(data) console.log(obj.questions[0].answers[0]); might seem stupid, but it works.
@navidtehseen
@navidtehseen 4 ай бұрын
Thank you. You're amazing! ♥♠
@rimiksahay7053
@rimiksahay7053 28 күн бұрын
where can i get the pdf used in this video??
@vladimirlabat4471
@vladimirlabat4471 5 ай бұрын
Hello : ) Excellent tutorial. But... I discovered a place where there is probably a mistake in the video editing. At one point, in the second hour of the tutorial in the QuizzQuestions.tsx file, the btw information about saveSubmission from @/actions/saveSubmission appears. This of course does not exist and there is no info on this anywhere before. Is this spelled out somewhere? The application works fine without this procedure and feature : ) Not counting the unreliability of GPT4. Thank you for your helpfulness.
@josephramasaputra197
@josephramasaputra197 5 күн бұрын
hey, were you able to push the router and create a new database if you generate the quiz?
@tranphuongnam4166
@tranphuongnam4166 6 ай бұрын
thanks KZbin is recommend this for me!
@tulsigupta5158
@tulsigupta5158 19 күн бұрын
Can i get the whole code folder?
@sattwikeeghosh1888
@sattwikeeghosh1888 6 ай бұрын
Amazing project....Can I use this project as my final year project?
@webdecoded
@webdecoded 6 ай бұрын
If you want to!
@surajnimbalkar9283
@surajnimbalkar9283 2 ай бұрын
Did you used it?
@mr.daniish
@mr.daniish 6 ай бұрын
Amazing content!
@mayurgawle1169
@mayurgawle1169 5 ай бұрын
i am getting scram ssl error signature is missing, can anyone help me to solve this error ?
@AlexanderMoyer-k3b
@AlexanderMoyer-k3b 4 ай бұрын
is the end code available? ur awesome, btw. i wish i was as smart as you!
@AlexanderMoyer-k3b
@AlexanderMoyer-k3b 4 ай бұрын
but yeah this isnt helpful unless you provide the finished code. going through videos and copying as you type is probably the most useless thing in the world :) just explain the project and provide a repo for us to copy and paste.
@webdecoded
@webdecoded 3 ай бұрын
@@AlexanderMoyer-k3b Thank you for your remark! It just takes lot of practice and you will get there:) I did provide finished code it's in the same repo - different branch: github.com/judygab/quizz-ai-tutorial/tree/complete
@csyokesh.s2131
@csyokesh.s2131 6 ай бұрын
great tutorial 🤟
@vinoobharadwaj
@vinoobharadwaj 6 ай бұрын
Hi, excellent video, perfect for the weekend. May I know your terminal setup details please? I love the classic green hacker theme/look. Thanks!
@webdecoded
@webdecoded 6 ай бұрын
Let me know how you like it! And of course - I'm using Homebrew profile on my terminal
@vinoobharadwaj
@vinoobharadwaj 6 ай бұрын
@@webdecoded Nice, will dig into it and revert with a finished app, thanks, keep making more such tutorials 🙌
@vyshnavikarumuru8489
@vyshnavikarumuru8489 4 ай бұрын
Has anyone completed this project. Can anyone help me with the dynamic route??
@TheIpriest-fp2mk
@TheIpriest-fp2mk 6 ай бұрын
yeah your have been helpful
@DelightBessie
@DelightBessie 6 ай бұрын
Was this built with next js 14?
@skydomeblue
@skydomeblue 6 ай бұрын
Same
@hwapyongedouard
@hwapyongedouard 6 ай бұрын
hmmm, good idea am going to steal this idea, time to make students mad and teachers lazy 🤷‍♂🤷‍♂🤷‍♂🤷‍♂😂😂😂😂😂😂 nice video any ways
@sudipsarkar1512
@sudipsarkar1512 Ай бұрын
Is that OpenAI API free ?
@Ray-b8d5y
@Ray-b8d5y 4 ай бұрын
I love the content you provide but it was a Bad move making ai project using paid ai api (after they stopped even the free trial creds) bcoz thats gonna make most of us feel like a wasted effoet after hours and decrease your channel rating
@mindulamadhuhansa8219
@mindulamadhuhansa8219 4 ай бұрын
You can use Gemini api. It's free.
@Ray-b8d5y
@Ray-b8d5y 4 ай бұрын
@@mindulamadhuhansa8219 thanks for the info
@rajat1414
@rajat1414 5 ай бұрын
chatgpt api is free??
@lycan2494
@lycan2494 6 ай бұрын
drizzle drizzle
@teenageworrior1634
@teenageworrior1634 6 ай бұрын
Bcoz of open ai i am not gonna make this 😢
@Lamberson_
@Lamberson_ 5 ай бұрын
2.10
@Lamberson_
@Lamberson_ 5 ай бұрын
31.54
@yousefsaeed732
@yousefsaeed732 6 ай бұрын
I think it is better for you to explain the code, not to read it like this, so there will be benefit. I feel as if you recorded the video and then recorded the audio on it. I have finished two hours of the video so far, and I really thank you for this, but I think I will not continue more than that, and I also think that many people agree with me.
@DontJustSitThere
@DontJustSitThere 5 ай бұрын
I disagree. the way she explains is much better than how others do it. I could argue that she actually explains more that most people do. The 2 hour mark gets vague, but otherwise good.
@yousefsaeed732
@yousefsaeed732 5 ай бұрын
@@DontJustSitThere Opinions!
Are we going back to PHP with fullstack JavaScript?
9:57
Maximilian Schwarzmüller
Рет қаралды 147 М.
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
React visually explained: 'use client'
15:57
Delba
Рет қаралды 53 М.
Cursor + V0: Can We Build An AI Next.js App in 8 Minutes?
8:40
Developers Digest
Рет қаралды 55 М.
JWT авторизация. Основы JWT - механизма.
6:45
Хочу вАйти
Рет қаралды 12 М.
Have You Picked the Wrong AI Agent Framework?
13:10
Matt Williams
Рет қаралды 73 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 510 М.
16 Months of Building AI Agents in 60 Minutes
1:00:49
Frank Nillard | AI Studio
Рет қаралды 44 М.
Minecraft’s Most Famous Map is Being STOLEN… by Microsoft...
16:57
New largest prime number found! See all 41,024,320 digits.
10:14
Stand-up Maths
Рет қаралды 319 М.
Ryan Dahl introduces JSR at DevWorld 2024
29:13
Deno
Рет қаралды 114 М.
1 сквиш тебе или 2 другому? 😌 #шортс #виола
00:36