☕ Create A Responsive Coffee Website in HTML CSS & JavaScript | Step-By-Step Tutorial

  Рет қаралды 108,879

CodingNepal

CodingNepal

Күн бұрын

Пікірлер: 95
@CodingNepal
@CodingNepal 2 ай бұрын
Source code of this Coffee Website: buymeacoffee.com/codingnepal/e/278865
@prakashdamarakonda
@prakashdamarakonda 2 ай бұрын
It ask 3$ I will pay but where I get total code
@CodingNepal
@CodingNepal 2 ай бұрын
Upon purchase, you will instantly receive a download link for the source code. Additionally, a confirmation email with the download link will be sent to you.
@prakashdamarakonda
@prakashdamarakonda 2 ай бұрын
Ok
@AbdullahAlJawad919
@AbdullahAlJawad919 9 күн бұрын
is that free?
@aphitahhassan3070
@aphitahhassan3070 8 күн бұрын
Proh is Free code
@GodswillOyom
@GodswillOyom 7 сағат бұрын
This helped me with [insert task]. You’re a lifesaver! 😇
@vivekkumar-pb8et
@vivekkumar-pb8et 2 ай бұрын
I also made this website with your helpful video 🔥
@glennwarindu4580
@glennwarindu4580 3 ай бұрын
I love how simple and staight forward you designed this project
@CodingNepal
@CodingNepal 3 ай бұрын
Glad you like it!
@도링-q1t
@도링-q1t 9 күн бұрын
I learned a lot because of you 😍😍
@CodingNepal
@CodingNepal 9 күн бұрын
Happy to hear that! Keep learning :)
@hitoshiasakura9109
@hitoshiasakura9109 Ай бұрын
Your website is awesome simple and organized
@rafskyy2470
@rafskyy2470 2 ай бұрын
Thank you for this guide! I needed this ❤
@GodswillOyom
@GodswillOyom Күн бұрын
Wait for it… BAM! 😂 Perfect timing.
@m.areeshrashid705
@m.areeshrashid705 3 ай бұрын
Awesome project ❤❤
@CodingNepal
@CodingNepal 3 ай бұрын
Thank you!
@EdwinKamo
@EdwinKamo 3 ай бұрын
Why don't you talk and explain along with your video
@yubiroaster6285
@yubiroaster6285 3 ай бұрын
Such a useful project 👏.... Thank you sir🫡❤
@JosueIriasMontoya
@JosueIriasMontoya 3 ай бұрын
Crack thank you so much 👌🏻💯💪🏻
@CodingNepal
@CodingNepal 3 ай бұрын
No problem 👍
@aminmuxtorov-d6u
@aminmuxtorov-d6u Ай бұрын
thanks😀
@EdithEhikwe
@EdithEhikwe 3 ай бұрын
Nice and cool designs, that a thumbs up 👍👍for this project 🎉😂
@CodingNepal
@CodingNepal 3 ай бұрын
Big thanks
@neezahbel
@neezahbel 29 күн бұрын
Thank you so much
@MamdaniRahib
@MamdaniRahib 23 күн бұрын
Thanks For Helping
@BeeNi12
@BeeNi12 3 ай бұрын
please create Ecommerce Website ..... 🥺
@craftwithkraft
@craftwithkraft 2 ай бұрын
please make full tutorial website on E-VOTING SYSTEM as soon as possible ...PLEASEee
@newal2006
@newal2006 3 ай бұрын
Хорошая работа! 👍
@marpusik1277
@marpusik1277 3 ай бұрын
thanks 🙏
@kuroe10
@kuroe10 3 ай бұрын
It was good bro
@williamsagbanagba-p7p
@williamsagbanagba-p7p Ай бұрын
i like your website can you make a responsive book website please
@elainachi
@elainachi Ай бұрын
How did you open the browser in side with just pressing a key?
@ernstine
@ernstine 24 күн бұрын
Hello, so far the tutorial is so friendly , I'd just like to know how you came up with that coffee I just saw you pressing on it but didn't capture where it had been extracted.
@CodingNepal
@CodingNepal 24 күн бұрын
If you're referring to the coffee logo image, it's simply a coffee emoji. On Windows, you can open the emoji box by pressing Win + . and then searching for "coffee."
@khazarasp
@khazarasp 3 ай бұрын
Nice
@weslacerda
@weslacerda 3 ай бұрын
Food project go!!!
@nailar2904
@nailar2904 Ай бұрын
hello, I'm just learning and confused why when you type root{ } then some font size, weight, radius and others appear? please help
@CodingNepal
@CodingNepal Ай бұрын
The :root {} is used to define custom CSS variables for values like font size, weight, and radius. By using these variables, you can easily reuse values throughout your CSS and update them in one place, instead of changing them individually wherever they are used. If you're asking about how I declared the variables quickly, I copy-pasted them to save time. :root { /* Colors */ --white-color: #fff; --dark-color: #252525; --primary-color: #3b141c; --secondary-color: #f3961c; --light-pink-color: #faf4f5; --medium-gray-color: #ccc; /* Font size */ --font-size-s: 0.9rem; --font-size-n: 1rem; --font-size-m: 1.12rem; --font-size-l: 1.5rem; --font-size-xl: 2rem; --font-size-xxl: 2.3rem; /* Font weight */ --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; /* Border radius */ --border-radius-s: 8px; --border-radius-m: 30px; --border-radius-circle: 50%; /* Site max width */ --site-max-width: 1300px; }
@adoer..2078
@adoer..2078 3 ай бұрын
I am an beginner and making this ..but document.classList. toggle ("show-mobile-menu"); is throwing error ( cant read null properties) Please reply to me I can proceed further only after the solution .I am stuck 🙏🙏
@CodingNepal
@CodingNepal 3 ай бұрын
It should be document.body.classList. Make sure to include 'body' in your code.
@adoer..2078
@adoer..2078 3 ай бұрын
Worked..💯thanks​@@CodingNepal
@Kriti_s-f8h
@Kriti_s-f8h 2 ай бұрын
Could you give me code of index.html as my menu section is not working
@Anshxd12
@Anshxd12 Ай бұрын
@@Kriti_s-f8h same here width is not working'
@gamofobia
@gamofobia 5 сағат бұрын
Where is backend?
@jobandadwal1979
@jobandadwal1979 15 сағат бұрын
CODING NEPAL I AM GETTING PROBLEM SLIDEBAR THE OPEN BUTTON DONT GET CHANGE THE COLOR AND THE WHITE SLIDEBAR ALSO NOT SHOWING PLEASE HELP I AM STUKED THEIR
@ssonnav436
@ssonnav436 2 ай бұрын
After following your tutorial, the part that my code didn't work is during the #menuclosebutton both in the css and js
@jomycruz7325
@jomycruz7325 2 ай бұрын
Me too! Do you fixed?
@ukemeudofia1030
@ukemeudofia1030 2 ай бұрын
ensure you've CTL saved both the css, javascript, and Html files. It should work now.
@izu-chan2010
@izu-chan2010 Ай бұрын
where is the link for the navbar to move?
@Blizzard_hype1
@Blizzard_hype1 3 ай бұрын
Please make a html website based on material design 3 👍
@CodingNepal
@CodingNepal 3 ай бұрын
Thanks for the idea!
@khushiseth6254
@khushiseth6254 4 сағат бұрын
Can anyone tell me if this tutorial only have frontend aur it's complete with backend also ?
@CodingNepal
@CodingNepal 4 сағат бұрын
It is only frontend.
@Fnydo
@Fnydo 3 ай бұрын
Can you plz create a video on creating custom progress bar or cloning range slider using div, css and js with proper explain
@CodingNepal
@CodingNepal 3 ай бұрын
Are you talking about this? kzbin.info/www/bejne/aXbFZ3mqn9CNlc0
@carlangelodelacruz1667
@carlangelodelacruz1667 2 ай бұрын
in 14:14,i cant seperate the border can anyone help me?
@Mohamed_Younus_37
@Mohamed_Younus_37 2 ай бұрын
I think 🤔 your mistake Css style Buttons ❌ Button✅ Because I also mistake
@jobandadwal1979
@jobandadwal1979 15 сағат бұрын
@@Mohamed_Younus_37 USE WIDTH 200PX IN THAT THEY ARE ALL MERGERD I ALSO GOT THE PROBLEM NOW I AM STUCK IN CLOSING OPEN BUTTTON
@all---event
@all---event 18 күн бұрын
image cant work how i can download
@osuohauchechi9316
@osuohauchechi9316 27 күн бұрын
Where did you click to get the coffee image
@Iveet32k
@Iveet32k 26 күн бұрын
this is copied
@CodingNepal
@CodingNepal 26 күн бұрын
If you're referring to the coffee logo image, it's simply a coffee emoji. On Windows, you can open the emoji box by pressing Win + . and then searching for "coffee."
@osuohauchechi9316
@osuohauchechi9316 21 күн бұрын
​@@Iveet32k l cant see the image coffee on my image
@osuohauchechi9316
@osuohauchechi9316 21 күн бұрын
​@@CodingNepalthank you but am not seeing it on my system
@sajirwaseeifaz728
@sajirwaseeifaz728 3 ай бұрын
where can i get the root section? is it free to get?
@CodingNepal
@CodingNepal 3 ай бұрын
Here it is: :root { /* Colors */ --white-color: #fff; --dark-color: #252525; --primary-color: #3b141c; --secondary-color: #f3961c; --light-pink-color: #faf4f5; --medium-gray-color: #ccc; /* Font size */ --font-size-s: 0.9rem; --font-size-n: 1rem; --font-size-m: 1.12rem; --font-size-l: 1.5rem; --font-size-xl: 2rem; --font-size-xxl: 2.3rem; /* Font weight */ --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; /* Border radius */ --border-radius-s: 8px; --border-radius-m: 30px; --border-radius-circle: 50%; /* Site max width */ --site-max-width: 1300px; }
@sajirwaseeifaz728
@sajirwaseeifaz728 3 ай бұрын
@@CodingNepal thank u so much but the thing is i was too focused on making this website so i gave it the sizes on my own choice. now the thing is i am facing problems in copying the text. like about section and all. can u help me with it
@navdeepsingh-b6d
@navdeepsingh-b6d Ай бұрын
1:06:45
@Aadancarabo7700
@Aadancarabo7700 3 ай бұрын
Teacher i need one complete project in the final year of universty like online voting system or real chatting application using php and mysql please teacher thanaks
@Ruak.n
@Ruak.n Ай бұрын
19:58
@frozensector8305
@frozensector8305 Ай бұрын
so my question is this if i use this for a philanthropy website which i am not taking any money to make their website (am not gonna take everything just the testimonials and home page), am i getting sued or no? (i mean ether from you or because i use the swipper thing and the icons)
@A2handdde
@A2handdde Ай бұрын
No you’re not. These open source codes have been published online, without any clear information about them being copyrighted or restricted. There is thousands of sites like this, free to take. Most just want their own, but this will get the job done!
@A2handdde
@A2handdde Ай бұрын
However, when you download (or create) it, check where you got it for info on copyrights.
@frozensector8305
@frozensector8305 11 күн бұрын
@@A2handdde okay thanku very much
@Ruak.n
@Ruak.n Ай бұрын
13:52
@ukemeudofia1030
@ukemeudofia1030 2 ай бұрын
My toggle functionality is not working. Who's facing the same issue?
@Ruak.n
@Ruak.n Ай бұрын
1:10:05
@descobra5462
@descobra5462 19 күн бұрын
i dont get it , how am i suppose to get from one page to the next, u have everything in the index page. its very confusing
@jobandadwal1979
@jobandadwal1979 3 күн бұрын
BRO THIS CALLED ONE PAGE WEBSITE WHERE WE PUT ALL INFORMATION AT ONCE
@arunrathore178
@arunrathore178 Ай бұрын
Swiper is not working any another idea
@CodingNepal
@CodingNepal Ай бұрын
The issue is likely caused by not properly including Swiper in your HTML code. To ensure the slider works correctly, check the following: 1. Include the Swiper CSS file before the closing tag. 2. Include the Swiper JavaScript file before the closing tag. 3. Verify that the Swiper-related classes (swiper, swiper-wrapper, swiper-slide) in your HTML match those shown in the tutorial. 4. Ensure your script.js file is linked after the Swiper JavaScript file.
@Sakshi-qn3vt
@Sakshi-qn3vt 2 ай бұрын
please give me link of this website
@Navin____
@Navin____ 2 ай бұрын
How old r u bro...i mean a full stack web developer at what age
@prakashdamarakonda
@prakashdamarakonda 3 ай бұрын
Can you provide total code
@medymanno8646
@medymanno8646 14 күн бұрын
the root part got me unexpected
@CodingNepal
@CodingNepal 14 күн бұрын
Here is the relevant portion of the code: :root { /* Colors */ --white-color: #fff; --dark-color: #252525; --primary-color: #3b141c; --secondary-color: #f3961c; --light-pink-color: #faf4f5; --medium-gray-color: #ccc; /* Font size */ --font-size-s: 0.9rem; --font-size-n: 1rem; --font-size-m: 1.12rem; --font-size-l: 1.5rem; --font-size-xl: 2rem; --font-size-xxl: 2.3rem; /* Font weight */ --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; /* Border radius */ --border-radius-s: 8px; --border-radius-m: 30px; --border-radius-circle: 50%; /* Site max width */ --site-max-width: 1300px; }
@medymanno8646
@medymanno8646 14 күн бұрын
@ but you actually need to change the max-width : 0 ; to margin : 0 ;
@ixanagi_
@ixanagi_ Ай бұрын
5:21
@ishamisham3304
@ishamisham3304 Күн бұрын
How to get root
@CodingNepal
@CodingNepal Күн бұрын
:root { /* Colors */ --white-color: #fff; --dark-color: #252525; --primary-color: #3b141c; --secondary-color: #f3961c; --light-pink-color: #faf4f5; --medium-gray-color: #ccc; /* Font size */ --font-size-s: 0.9rem; --font-size-n: 1rem; --font-size-m: 1.12rem; --font-size-l: 1.5rem; --font-size-xl: 2rem; --font-size-xxl: 2.3rem; /* Font weight */ --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; /* Border radius */ --border-radius-s: 8px; --border-radius-m: 30px; --border-radius-circle: 50%; /* Site max width */ --site-max-width: 1300px; }
@gamingbro2470
@gamingbro2470 3 ай бұрын
dai, software engineer ho tapai?
@CodingNepal
@CodingNepal 3 ай бұрын
Full-stack developer bro
@nugi7521
@nugi7521 2 ай бұрын
33.37
@crashjonhisacrupita79
@crashjonhisacrupita79 2 ай бұрын
The transition at 8:19 it won't work, I also triple check we're I missed and there are none🥲🥲
HTML Tutorial - How to Make a Super Simple Website
33:24
freeCodeCamp.org
Рет қаралды 3,7 МЛН
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
I Redesigned the ENTIRE YouTube UI from Scratch
19:10
Juxtopposed
Рет қаралды 934 М.
Quiet Night: Deep Sleep Music with Black Screen - Fall Asleep with Ambient Music
3:05:46
Master the Linux VI Editor: A Beginner-to-Expert Walkthrough
53:42
Digitalearn
Рет қаралды 1,5 М.
No Effects - Quiet Recitation by Omar Bin Diaa Al-Din
3:07:46
عمر بن ضياء الدين | Omar Bn DiaaAldeen
Рет қаралды 776 М.
Learn CSS Flexbox in 20 Minutes (Course)
20:37
Coding2GO
Рет қаралды 310 М.
كيف تنجح العلاقات مع ياسر الحزيمي | بودكاست فنجان
3:03:09
دورة الآمن السيبراني للمبتدئين |Cyber Security Essentials Course
1:19:34
Khaled Haddad | خالد حداد
Рет қаралды 11 М.
GIANT Gummy Worm #shorts
0:42
Mr DegrEE
Рет қаралды 152 МЛН