How To Create Full Stack Text to Image Generator AI SaaS App Using React JS | MERN Project

  Рет қаралды 50,875

GreatStack

GreatStack

Күн бұрын

Пікірлер: 188
@Wed_developer_srinu
@Wed_developer_srinu 2 ай бұрын
00:05 Overview of building a full stack text to image generator app. 02:39 Users can generate and download images while managing credits for further use. 08:22 Initialize and customize a React project for the Text to Image Generator app. 11:30 Organizing assets and setting up data for the web application. 17:21 Configure the project for using Tailwind CSS and set up routing. 19:57 Designing the homepage and essential components for the app. 25:37 Setting up routing in React with BrowserRouter and Routes. 28:35 Setting up routing and CSS for a Text to Image Generator app. 33:35 Successfully integrate and design a navigation bar across all pages. 36:07 Implement click functionality for the logo to redirect to the homepage. 41:11 Styling the navbar using Flexbox and CSS properties. 43:48 Implement click feature for pricing link and user display elements. 49:20 Styling components and adding logout functionality in the app. 51:45 Styling components for better responsiveness and hover effects. 57:07 Creating a context provider for managing state in React. 1:00:07 Integrating App Context Provider in React for State Management. 1:04:36 Create a header component for the homepage using React. 1:07:01 Styling a vertical layout for the Text to Image generator. 1:12:26 Styling a button and displaying generated images in a web app. 1:15:04 Implementing image display with styling in a React component. 1:20:11 Creating a functional component for image generation steps. 1:22:50 Integrating steps data in the full-stack app using React. 1:28:25 Styled components for a user-friendly AI image generator interface. 1:31:02 Styling and structuring components for the text-to-image app. 1:36:20 Completed styling for description and started implementing testimonial section. 1:38:55 Updating testimonials display with structured data in React component. 1:44:17 Implementing testimonial display with star ratings in React. 1:46:48 Styling components with class names in React for visual appeal. 1:52:03 Implement responsive button and footer design in React app. 1:54:36 Creating a footer with a logo and social media icons. 1:59:56 Creating a result page layout for the Text to Image Generator. 2:02:43 Implementing a form for text input in the image generator app. 2:07:52 Adding generate and download buttons to the input form. 2:10:36 Manage image generation and download functionality in the app. 2:15:49 Implement image loading feature in React application. 2:18:32 Implementing dynamic loading states for input fields in a React app. 2:23:52 Linking backend functions to form submission and creating price plan page. 2:26:20 Enhancing UI components for plans display in SaaS app. 2:31:38 Styling components with CSS for a Text to Image Generator app. 2:34:07 Implement dynamic button text based on user login status. 2:39:30 Create a user input section with an icon and text field. 2:42:06 Styling the login form with CSS in React. 2:46:55 Implement user account management features in the login form. 2:49:21 Implementing a toggle between signup and login forms in a React app. 2:54:29 Implement state toggling between login and sign-up forms. 2:57:00 Managing login component visibility and scroll behavior using context. 3:02:06 Implementing login functionality with context and state management. 3:04:34 Implement animation using Framer Motion in a React component. 3:09:43 Implementing animations for web components in React. 3:12:22 Implement animations in the H1, P, and button elements using Framer Motion. 3:17:21 Implementing user login functionality and animations in a React app. 3:19:51 Implementing scroll-triggered animations in a React component. 3:24:59 Implemented fixed position login form and animations on result and credit pages. 3:27:31 Implemented smooth animations for the login form using Framer Motion. 3:32:42 Set up backend environment and install essential packages for the app. 3:35:37 Setting up Express app with environment variables and middleware. 3:41:09 Setting up Nodemon for server management in a MERN project. 3:43:41 Creating a MongoDB Atlas cluster for a full stack app. 3:49:03 Connect and configure MongoDB for the Imagify project. 3:51:54 Connect Express app to MongoDB and create data models. 3:57:21 Create a user model and API for account management. 4:00:14 Validate user input and encrypt password in registration process. 4:05:46 Implement JWT Authentication for User Creation in the App 4:08:33 Implementing user registration and login functionality in a MERN app. 4:13:49 Implement user login and registration with token generation. 4:16:34 Setting up user authentication with Express in a MERN app. 4:22:24 Debugging user authentication in a full-stack MERN application. 4:25:18 Testing the user login API to verify functionality. 4:30:20 Implement user credits functionality in the AI app. 4:33:18 Implement middleware to extract and verify user token from API requests. 4:38:39 Implementing user credit retrieval in the API with middleware. 4:41:10 Successfully created a user credits API and prepared for image generation. 4:46:27 Handle user balance and integrate Clip Drop API for image generation. 4:49:15 Setting up API for text-to-image generation using environment variables. 4:54:44 Generating image URL from base64 and updating user credits. 4:57:33 Creating an API endpoint for image generation using Express. 5:02:54 Fixing module import in image controller and testing API response. 5:05:19 Storing backend URL and token in environment variables for app components. 5:11:19 Building form functionality for user account creation and login. 5:13:59 Integrate API calls for login and signup in the app. 5:19:48 Implementing error handling with toast notifications in React. 5:22:33 Implementing toast notifications for login and registration feedback. 5:27:59 Implement error handling and API call for user credits. 5:30:38 Implementing data loading and user authentication in a MERN application. 5:36:09 Implemented local storage for user authentication and credit management. 5:39:00 Implement an image generation function using an API in React. 5:44:44 Implementing image generation on form submission using React context. 5:47:17 Fixing API path to generate images in the app. 5:52:33 Setup Razorpay payment gateway in the backend controller. 5:55:15 Implementing Razorpay payment processing in a MERN app. 6:00:57 Creating a transaction data object for different subscription plans. 6:04:05 Creating a transaction model in MongoDB for storing data. 6:09:48 Storing transaction data in MongoDB and creating an order with Razorpay. 6:12:27 Integrating Razorpay payment processing with unique transaction IDs. 6:18:06 Integrate Razorpay for payment processing in a full-stack app. 6:20:53 Handle user login and API payment initiation process. 6:26:49 Setting up Razorpay options for payment processing in a React app. 6:29:59 Implementing Razorpay for payment functionality in the app. 6:35:47 Implementing Razorpay verification in the user controller. 6:38:35 Check and respond to transaction payment status. 6:44:22 Implement Razorpay payment verification in the MERN app. 6:47:06 Implementing payment verification in React using an API. 6:52:50 Demonstration of successful payment and image generation process.
@TNT_PEROX
@TNT_PEROX 2 ай бұрын
Thnks 👍
@imsurajoffcial
@imsurajoffcial Ай бұрын
Bro is that full of free?
@ranjithravi3388
@ranjithravi3388 Ай бұрын
bro, if you've completed the project, will you please share your git repo link?
@nehalpradhan2229
@nehalpradhan2229 18 күн бұрын
have you deployed it. If yes then can you share how to do it.
@MavekePeter
@MavekePeter 2 ай бұрын
This is great sir have learned react, and mernstack through your channel and now am into ai thanks so much sir
@pavantejabatthula
@pavantejabatthula 2 күн бұрын
Hi Brother! Thankyou for this project. I've made this project coz of you and btw this is my first project...😀😀
@harshitsuryawanshi4728
@harshitsuryawanshi4728 16 сағат бұрын
bro can you help me in setup razorpay
@atanu_404
@atanu_404 2 ай бұрын
Loved the way you describe everything ❤️❤️
@baptistikenna9770
@baptistikenna9770 2 ай бұрын
Wow, just yesterday we were writing html css JavaScript and react, now we code text to image
@uditgupta9163
@uditgupta9163 2 ай бұрын
Thanks sir me aapke video se har bar naya naya concept sikhta hu❤
@heliospp
@heliospp 2 ай бұрын
thanks! Looking forward to seeing more of these ❤
@YouTubeMastery101
@YouTubeMastery101 2 ай бұрын
I like this and amazing tutorial for the beginner
@Amin-uo5un
@Amin-uo5un 2 ай бұрын
Thanks sir for your amazing projects and teaching style.
@DanishKhan99-C
@DanishKhan99-C 2 ай бұрын
Wow 😲 Great project ❤
@learnwave
@learnwave 2 ай бұрын
Sir thanks for these types of projects ❤❤❤❤
@karankansykar9273
@karankansykar9273 Ай бұрын
Day-1 1:42:24 Day-2 2:00:00 Day-3 3:29:34 Day-4 3:43:50
@imsurajoffcial
@imsurajoffcial Ай бұрын
Bro is that full of free?
@KusumaD-wy4pn
@KusumaD-wy4pn Ай бұрын
Did u complete?
@karankansykar9273
@karankansykar9273 Ай бұрын
@@imsurajoffcial yes
@karankansykar9273
@karankansykar9273 Ай бұрын
@@KusumaD-wy4pn Learning MongoDB, so that I can complete in one go.
@cosmic_boy555
@cosmic_boy555 Ай бұрын
Did you complete it ?
@QuantumQuotient-qq11
@QuantumQuotient-qq11 2 ай бұрын
Good project. Also please bring a complete video on creating short videos from Prompts
@umar3167
@umar3167 2 ай бұрын
Thanks for this !! I would request you to come with some new and demanding SaaS ideas, With the same tech stack.. Also, using same payment gateway as there are less videos which uses Razorpay as their payment gateway... Thanks
@subhamgope8457
@subhamgope8457 22 күн бұрын
Loved the Project
@dhruv4571
@dhruv4571 2 ай бұрын
It looks great, I would like to try it after completing my basics
@lalitbisht8381
@lalitbisht8381 27 күн бұрын
Please answer Do I need CHATGPT Gemini or other AI Premium to generate Image or am I good to go??
@lancepruitt1628
@lancepruitt1628 Ай бұрын
Hello, Thank you for the helpful videos.
@sayankhutia6401
@sayankhutia6401 Ай бұрын
Great Tutorial!
@sumitdhar1708
@sumitdhar1708 28 күн бұрын
Thank You sir... Great Project
@streamBox-Cinema
@streamBox-Cinema 2 ай бұрын
❤❤❤❤❤ Wonderful Sir 😊😊😊
@abdulateef-da-designer
@abdulateef-da-designer 2 ай бұрын
Thanks a lot for dis wonderful premium project u gave us for free. Thanks so much But plz can u make some full stack project in next js
@imsurajoffcial
@imsurajoffcial Ай бұрын
Bro is that full of free?
@Sneakingmentor
@Sneakingmentor 2 ай бұрын
Sir can you bring a mini project using Ejs, express with deployment.
@haregewoyndeyu7729
@haregewoyndeyu7729 2 ай бұрын
Happy if you have a project with react, express, node, mysql.
@vickysawant19
@vickysawant19 2 ай бұрын
Which generator you are using??
@SHAFIQ_Hussain
@SHAFIQ_Hussain 2 ай бұрын
Excellent💯👏
@sudhanshutech20
@sudhanshutech20 2 ай бұрын
Easy to understand sir❤
@OFFICIALNOWKNOWIT
@OFFICIALNOWKNOWIT 2 ай бұрын
Great Video!! please do a video on advanced student result management system
@danigaming8996
@danigaming8996 2 ай бұрын
Please add the Time Stamp in large projects
@kamrantaslim1986
@kamrantaslim1986 Ай бұрын
Why u are not adding the google auth
@shubhamshetkar4406
@shubhamshetkar4406 23 күн бұрын
Which generator models can be used for very high realistic creations (including people, architecture, nature, etc..)
@vaibhavkolhe8586
@vaibhavkolhe8586 29 күн бұрын
Please bring a video on real time application using websocket
@DanishKhan99-C
@DanishKhan99-C 2 ай бұрын
First comment sir❤❤❤ love yu
@bricetechug6613
@bricetechug6613 2 ай бұрын
Make a video on how to build full stack newsletter system
@GreatStackDev
@GreatStackDev 2 ай бұрын
Noted. I will try.
@Tyler_Durden-l5k
@Tyler_Durden-l5k Ай бұрын
​@@GreatStackDev Sir pls make video on best web 3 projects and build one of them
@Debarup_Sarkar
@Debarup_Sarkar 2 ай бұрын
kindly bring Next js project as well
@558_nalinkumarsingh9
@558_nalinkumarsingh9 Ай бұрын
clipdrop api is not available can you suggest some other api
@jurair7630
@jurair7630 2 ай бұрын
Sir can you please make a video of deploy this SaaS appl
@ankitasikdar2648
@ankitasikdar2648 2 ай бұрын
sir, please show how to host this project on vercel.
@heliospp
@heliospp 2 ай бұрын
Btw could you please add chapters for this video like you did with the food delivery project? It would be much easier for us to track our progress, thanks in advance!
@animenom
@animenom 2 ай бұрын
can u make a travel website which gives suggestions based on recent reviews of people who visit the particular place that users search
@Shiva_sai_90140
@Shiva_sai_90140 2 ай бұрын
sir please do figma tutorial it will help a lot to others 🙏🙏🙏
@GireeswarCP
@GireeswarCP Ай бұрын
Can u build one using oAuth?
@markbenson288
@markbenson288 2 ай бұрын
hello ser can u tell how to become a good programmer??
@vikashjain8295
@vikashjain8295 13 сағат бұрын
Which ai is used in this project
@JudhistirBehera-m9b
@JudhistirBehera-m9b 2 ай бұрын
sir make a full stack blog app with post like and comment feature and also related post and search feature
@khababel-debasiy6030
@khababel-debasiy6030 2 ай бұрын
Thank you very much ❤️ Please a dashboard website with React 🙏🙏🙏
@Ajinkkyaa_naik
@Ajinkkyaa_naik 2 ай бұрын
IN this do you show if the user has trial access ? and only after trial access is over the user is asked to pay?
@hammoudayoussef2435
@hammoudayoussef2435 Ай бұрын
please can u do a full tutorial like to turn photo in art stable restyle and comfuiy ui
@supernova4467
@supernova4467 29 күн бұрын
2:44:16 hey there is no user_icon in assets folder but u used that in login page input full name
@gowthamg2549
@gowthamg2549 27 күн бұрын
you can use profile_icon and give width={20} it looks good
@supernova4467
@supernova4467 27 күн бұрын
@@gowthamg2549 axios not importing thats y while login its poping msg "axios not defined" is anyone facing same issue?
@FakeDom-pj3gd
@FakeDom-pj3gd 26 күн бұрын
​@@supernova4467Just add import axios from 'axios' in Login.jsx file
@Ankit-jg8lv
@Ankit-jg8lv 2 ай бұрын
Please make next js project
@gireeswar18
@gireeswar18 Ай бұрын
Finished this project finally...
@supernova4467
@supernova4467 29 күн бұрын
2:44:16 hey there is no user_icon in assets folder but u used that in login page input full name how solved this problem?
@gireeswar18
@gireeswar18 29 күн бұрын
@supernova4467 there is a profile icon it's the same
@aldensaviodcunha964
@aldensaviodcunha964 27 күн бұрын
@@gireeswar18 did you deploy it?
@gireeswar18
@gireeswar18 27 күн бұрын
@@aldensaviodcunha964 nope
@FakeDom-pj3gd
@FakeDom-pj3gd 26 күн бұрын
​@@gireeswar18 Can anyone help ?? When i click on login it doesn't redirect me to home page , even my data is successfully stored in localstorage
@sagz83
@sagz83 2 ай бұрын
Thanks for all the effort. But I really have hard time understanding that how can we monetize these SaaS apps based on AI , why would users come to our site and buy credits when they can directly go to Dall-E , Gemini etc. Kindly help me understand.
@humanitytoothers
@humanitytoothers 2 ай бұрын
thank you very much,can u share all your extensions please and the theme
@ArunKrishna-ms3pl
@ArunKrishna-ms3pl Ай бұрын
Pls deploy this project sir. It will be useful for me😍😍😍
@wanjeeric4885
@wanjeeric4885 2 ай бұрын
Thanks Prof
@ironfurniture
@ironfurniture 2 ай бұрын
Please help me with my ecommerce there's an error with network connection of admin and frontend forever ecommerce
@PaulBonaCodes
@PaulBonaCodes 2 ай бұрын
Explain the error
@MaledeAgegnaw
@MaledeAgegnaw Ай бұрын
i am Completed How Can I Get You
@kashafabdullah2872
@kashafabdullah2872 Ай бұрын
@@MaledeAgegnaw have u completed so can u plz share the code
@vsrock3409
@vsrock3409 2 ай бұрын
please make react project with heigh quality
@Akshay-c8g
@Akshay-c8g 2 ай бұрын
Sir, Please make a video on how to deploy your Doctor Appointment project.
@everydaycodingwithgiyusama6949
@everydaycodingwithgiyusama6949 2 ай бұрын
make it tutorial on on how to build codux
@nastyarrow2694
@nastyarrow2694 24 күн бұрын
Is the API free to use?
@VrutikaAhir-d9i
@VrutikaAhir-d9i Ай бұрын
the string that is generated from the cloudinary api is too big and it is extending 2 mb limit of browser so i it is not displayed on the browser, can anyone help.
@gamingyt89897
@gamingyt89897 22 күн бұрын
3:33:17 error npm install packages ERRORIS ERR_INVALID URL BRO GIVE THE SOLUTION
@abhishekvishwakarma7128
@abhishekvishwakarma7128 16 күн бұрын
Ek ek krke kr ho jayega agr yese error aa rha to
@sologrinder123
@sologrinder123 2 ай бұрын
Can you create notes app that work like ipad notes... Converting text into mathematical expression that give real time solutions..❤
@viper12848
@viper12848 2 ай бұрын
Can we make unlimited images using websites
@pravukalyandas8428
@pravukalyandas8428 2 ай бұрын
Can you please make a MERN project on Stock Market Website
@GreatStackDev
@GreatStackDev 2 ай бұрын
Noted. Will try. Thanks
@onkarhui3914
@onkarhui3914 2 ай бұрын
Sir can you make food waste management system full stack project?? Plz sir 🙏🥺
@DivyaDivyar-fq6di
@DivyaDivyar-fq6di 12 күн бұрын
Hi sir. Project completely going good. But i am facing error in one particular place. In that postman. I am not getting sucess as true. Whatever i try it is like this as false and the message is invalid namespace specified please help me sir. Of anyone know how to rectify that error please let me know.
@ajiteshdakua2023
@ajiteshdakua2023 9 күн бұрын
Done ------>> 5:37:03
@shashankchoursaia2112
@shashankchoursaia2112 4 күн бұрын
Bro have any paid api for this project pls reply
@StammeringCure01
@StammeringCure01 Ай бұрын
I just had a question, if anyone had completed this video please let me know that if the payment is real payment .
@ranjithravi3388
@ranjithravi3388 Ай бұрын
if anyone completed the project, will you please share your git repo link? as a reply to my comment
@deepanshuyadav7352
@deepanshuyadav7352 Ай бұрын
At 5:26:43 it can show me a network error Please help
@KusumaD-wy4pn
@KusumaD-wy4pn Ай бұрын
Did u complete?
@gowthamg2549
@gowthamg2549 27 күн бұрын
run your backend server then try
@Arman-df4wo
@Arman-df4wo Ай бұрын
how are we gonna deploy this
@ChatChuckleHub_911
@ChatChuckleHub_911 2 ай бұрын
Sir your bg-removal app isn't working in the vercel software. It shows the builds warning and I text you on email, facebook, Instagram but you are not responded. Please help us sir....
@jeetkansagra3421
@jeetkansagra3421 9 күн бұрын
can anyone help me regarding deployment of this app??
@naz_hoz5254
@naz_hoz5254 2 ай бұрын
hey bro use next js
@AshishKumarSrivastava-pl2it
@AshishKumarSrivastava-pl2it Ай бұрын
Sir, I have written the code, but the generated image is not displaying. Could you please help me? I would really appreciate your guidance!
@InsightsIndia247
@InsightsIndia247 Ай бұрын
same bro but in my ui they also reduced credits while generating images, but images did not display
@alonerider4191
@alonerider4191 Ай бұрын
Is api is paid or free
@gireeswar18
@gireeswar18 Ай бұрын
I have completed it, the problem is in 1. app context change to data.resImage not data.resultImage 2. When submitting use onSubmit instead of onClick
@Designthinking7
@Designthinking7 Ай бұрын
How to run my pc please one vedio basic video i want vs code how to run
@Mr_Gaming_0111
@Mr_Gaming_0111 2 ай бұрын
Sir very good and educational video, but sir mera front end pura complete ho gya lekin backend me jab me (.env) file me import kar raha hu toh sir kuch bhi import nahi ho rha plzz solve this problem
@animeEnjoyer2002
@animeEnjoyer2002 Ай бұрын
can you do a tutorial on hugging face also. a simple 30 to 40min video
@amanupadhayay3877
@amanupadhayay3877 Ай бұрын
Clipdrop API does not work bro
@subramanya_cs2903
@subramanya_cs2903 Ай бұрын
Bro please add admin dashboard bro please reply 😅
@kira7mm
@kira7mm 2 ай бұрын
can u use Typescript instead of javascript , more advance pls.
@AlokRanjan-rs9xr
@AlokRanjan-rs9xr 27 күн бұрын
I am getting status 404 error while register and login show I tried to run register and login link on my browser but it says unable to fetch. Does anyone has solution for it??
@BizzareYosha05
@BizzareYosha05 12 күн бұрын
try adding or condition and give backend url in string
@-mohammadalakedy5417
@-mohammadalakedy5417 2 ай бұрын
Are Api is Free ?
@Imtiyazbhai-ox9dg
@Imtiyazbhai-ox9dg Ай бұрын
same question bro
@pankajsagar2892
@pankajsagar2892 Ай бұрын
100 credits are free for APIs 4:48:21
@Imtiyazbhai-ox9dg
@Imtiyazbhai-ox9dg Ай бұрын
@@pankajsagar2892 have u completed the project?
@pankajsagar2892
@pankajsagar2892 Ай бұрын
@@Imtiyazbhai-ox9dg Yup
@KusumaD-wy4pn
@KusumaD-wy4pn Ай бұрын
Is api free can I start the project
@bhushansontakke3614
@bhushansontakke3614 2 ай бұрын
@infoempire9157
@infoempire9157 2 ай бұрын
Where is the source code
@Tom-z5v5e
@Tom-z5v5e 2 ай бұрын
are source code available
@adityachaurasia6072
@adityachaurasia6072 21 күн бұрын
someone please let me know if there is any paid api involved in this propject. had to stop two projects due to paid api
@pavantejabatthula
@pavantejabatthula 2 күн бұрын
Completely free. Go ahead if you stopped.
@CarlosTello-m8h
@CarlosTello-m8h Ай бұрын
great!
@GreatStackDev
@GreatStackDev Ай бұрын
Thank you so much! 😄 Do let me know once you complete your project.
@FakeDom-pj3gd
@FakeDom-pj3gd 26 күн бұрын
​@@GreatStackDev Can anyone help ?? When i click on login it doesn't redirect me to home page , even my data is successfully stored in localstorage @
@afaqahmad8918
@afaqahmad8918 23 күн бұрын
leaving bookmark 1:02:15
@backgroundvideos0069
@backgroundvideos0069 28 күн бұрын
I have error on login and signup with messages status 404 😭😭😭
@AlokRanjan-rs9xr
@AlokRanjan-rs9xr 27 күн бұрын
have you got the solution??
@BizzareYosha05
@BizzareYosha05 12 күн бұрын
try adding or condition and give backend url in string
@hassannouri9796
@hassannouri9796 2 ай бұрын
❤❤❤
@AshishKumarSrivastava-pl2it
@AshishKumarSrivastava-pl2it Ай бұрын
Sir, I have written the code, but the generated image is not displaying. Could you please help me? I would really appreciate your guidance!Sir, I have written the code, but the generated image is not displaying. Could you please help me? I would really appreciate your guidance!Sir, I have written the code, but the generated image is not displaying. Could you please help me? I would really appreciate your guidance!Sir, I have written the code, but the generated image is not displaying. Could you please help me? I would really appreciate your guidance!Sir, I have written the code, but the generated image is not displaying. Could you please help me? I would really appreciate your guidance!
@anmolsah6076
@anmolsah6076 Ай бұрын
Any one has completed this project I am stuck in the generating image part If anyone can help with that
@mr.rahulkumar7507
@mr.rahulkumar7507 Ай бұрын
sir 5:50:03 i`m geting an error of "data is not defined" in clicking on image generation button , plz halp me to resolve my issus
@alonerider4191
@alonerider4191 Ай бұрын
Is your problem get solved
@jyotiprakashnayak4182
@jyotiprakashnayak4182 Ай бұрын
Next video college website
@DhruvGadara
@DhruvGadara 2 ай бұрын
kya iski api free he tohi mahenat karte he ?
@Imtiyazbhai-ox9dg
@Imtiyazbhai-ox9dg Ай бұрын
bhai pta chla?
@DhruvGadara
@DhruvGadara Ай бұрын
@@Imtiyazbhai-ox9dg Nahi Yar
@Imtiyazbhai-ox9dg
@Imtiyazbhai-ox9dg Ай бұрын
@@DhruvGadara bhai tum koi utbueb se project bna rhe ho kya koi aur resource dekhkr. agr ha to btana kha se
@DhruvGadara
@DhruvGadara Ай бұрын
@@Imtiyazbhai-ox9dg @codewithharry, @thapatechnical
@alonerider4191
@alonerider4191 Ай бұрын
Free hai api??
@GOD_HAND_GAMING
@GOD_HAND_GAMING 2 ай бұрын
Front_end done!! 22.11
@MastanShaik-lc4jk
@MastanShaik-lc4jk 2 ай бұрын
Suprr🎉
@KiyataTesgra
@KiyataTesgra 2 ай бұрын
Please redux course from you
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,6 МЛН
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
How to Build an AI Content Generator SaaS Website | Complete Tutorial
1:29:42
Gitlab DELETING Production Databases | Prime Reacts
17:27
ThePrimeTime
Рет қаралды 366 М.
7 Design Patterns EVERY Developer Should Know
23:09
ForrestKnight
Рет қаралды 250 М.
How do Graphics Cards Work?  Exploring GPU Architecture
28:30
Branch Education
Рет қаралды 3,1 МЛН
Нас не должно быть: Загадка 6 чисел
55:17
Zuckerberg DROPS AI BOMBSHELL: The End Of Software Engineers
19:41
🎈🎈🎈😲 #tiktok #shorts
0:28
Byungari 병아리언니
Рет қаралды 4,5 МЛН