✨ #Day49 of #100DaysChallenge
Hey everyone!
🚀 I've built a dynamic dessert cart system using #JavaScript, #HTML, and #CSS. It was so challenging 🥵
✅ Highlights:
Add/Remove Items: Easily add and remove dessert items from your cart.
Quantity Control: Adjust the quantity of each item with increment and decrement buttons.
Real-Time Updates: Cart count and total price update instantly as you add or remove items.
Confirmation: Displays a confirmation message when the order is placed, but I didn't finish it for now.
Interactive UI: Provides a smooth user experience with intuitive controls.
The system is fully functional and provides a seamless experience! I know there are some issues, but I'll take care of them soon😊
💪 Excited to keep pushing forward and improving! 💻
🔗 GitHub Repository: Dessert Cart System
🔗 Live Link: Dessert Cart System
#100DaysChallenge #coding #projects@DevNerd0
Hey everyone!
🚀 I've built a dynamic dessert cart system using #JavaScript, #HTML, and #CSS. It was so challenging 🥵
✅ Highlights:
Add/Remove Items: Easily add and remove dessert items from your cart.
Quantity Control: Adjust the quantity of each item with increment and decrement buttons.
Real-Time Updates: Cart count and total price update instantly as you add or remove items.
Confirmation: Displays a confirmation message when the order is placed, but I didn't finish it for now.
Interactive UI: Provides a smooth user experience with intuitive controls.
The system is fully functional and provides a seamless experience! I know there are some issues, but I'll take care of them soon😊
💪 Excited to keep pushing forward and improving! 💻
🔗 GitHub Repository: Dessert Cart System
🔗 Live Link: Dessert Cart System
#100DaysChallenge #coding #projects@DevNerd0
🎉3👍1👏1
✨ #Day50 of #100DaysChallenge
Hey everyone!
🚀 I built a dynamic TODO app using #JavaScript, #HTML, and #CSS. It was an exciting challenge, and I almost finished everything! 🥵
✅ Highlights:
Theme Toggle: Seamlessly switch between dark and light modes.
Add/Remove Tasks: Easily add and remove tasks from your TODO list.
Filter Tasks: View all, active, or completed tasks with intuitive filters.😎
Real-Time Updates: Task count and status update instantly.
Clear Completed: Quickly clear completed tasks with a single click.
Interactive UI: Enjoy a smooth user experience with easy-to-use controls.
The app is fully functional and offers a great user experience! 😊
💪 Excited to keep pushing forward and improving! 💻
🔗 GitHub Repository: TODO App
🔗 Live Link: TODO App
#coding #codetheworld #selflearning #projects@DevNerd0
Hey everyone!
🚀 I built a dynamic TODO app using #JavaScript, #HTML, and #CSS. It was an exciting challenge, and I almost finished everything! 🥵
✅ Highlights:
Theme Toggle: Seamlessly switch between dark and light modes.
Add/Remove Tasks: Easily add and remove tasks from your TODO list.
Filter Tasks: View all, active, or completed tasks with intuitive filters.😎
Real-Time Updates: Task count and status update instantly.
Clear Completed: Quickly clear completed tasks with a single click.
Interactive UI: Enjoy a smooth user experience with easy-to-use controls.
The app is fully functional and offers a great user experience! 😊
💪 Excited to keep pushing forward and improving! 💻
🔗 GitHub Repository: TODO App
🔗 Live Link: TODO App
#coding #codetheworld #selflearning #projects@DevNerd0
⚡2👍1
The dynamic dessert cart system and TODO app projects were to cover my break time excited to share these with you all
#100DaysChallenge ✊✊✊😁
Let's keep moving forward! 💪✨
#100DaysChallenge ✊✊✊😁
Let's keep moving forward! 💪✨
👍2
How can you print the result of 6 divided by 2 ?
Anonymous Quiz
4%
console.log("6" / "2")
13%
console.log('6'/ '2')
79%
console.log(6 / 2)
4%
None of the above
👍1
Identify Runtime Error !
Anonymous Quiz
4%
console.log(2);
58%
console.log(4 / 0);
25%
console.log('9' * 3);
13%
None of above
Dev Nerd
Frontend_Dev-Roadmap.pdf
So guys!
I wanna share a roadmap to becoming a successful front-end developer, along with valuable notes to support you along the way! while I may not be the ultimate expert 😁, I'm just sharing the awesome stuff I've found helpful on my journey
and stay tuned I'll be dropping JavaScript and React notes soon! 📘
Let’s keep learning and growing together! 🚀⚡️
#notes
I wanna share a roadmap to becoming a successful front-end developer, along with valuable notes to support you along the way! while I may not be the ultimate expert 😁, I'm just sharing the awesome stuff I've found helpful on my journey
and stay tuned I'll be dropping JavaScript and React notes soon! 📘
Let’s keep learning and growing together! 🚀⚡️
#notes
👍3🔥2
#Day51 of #100DaysChallenge
I just wrapped up a sleek Bookmark Landing Page using #HTML, #CSS, and #JavaScript
✅ Highlights:
Responsive Design: Fully responsive layout that adapts beautifully to any screen size. 📱💻
Interactive Features: Dynamic display of bookmarks with intuitive user interactions.
FAQ Toggle: Click to reveal answers, complete with smooth transitions for a polished look.
Email Validation: Real-time feedback for email input, ensuring valid submissions. 📧✔️
Stylish UI: Clean and modern interface, providing a nice user experience.
💪 I’m super excited to keep learning and building more awesome projects! 💻
🔗 GitHub Repository: Bookmark Landing Page
🔗 Live Link: Bookmark Landing Page
#coding #codetheworld #selflearning #projects@DevNerd0
I just wrapped up a sleek Bookmark Landing Page using #HTML, #CSS, and #JavaScript
✅ Highlights:
Responsive Design: Fully responsive layout that adapts beautifully to any screen size. 📱💻
Interactive Features: Dynamic display of bookmarks with intuitive user interactions.
FAQ Toggle: Click to reveal answers, complete with smooth transitions for a polished look.
Email Validation: Real-time feedback for email input, ensuring valid submissions. 📧✔️
Stylish UI: Clean and modern interface, providing a nice user experience.
💪 I’m super excited to keep learning and building more awesome projects! 💻
🔗 GitHub Repository: Bookmark Landing Page
🔗 Live Link: Bookmark Landing Page
#coding #codetheworld #selflearning #projects@DevNerd0
⚡3👍2
To print "JS" and "Programming" on the same line without a space in between, you would write:
Anonymous Quiz
6%
console.log("JS Programming");
11%
console.log("JS", "Programming");
72%
console.log("JS" + "Programming");
11%
console.log("JS" + " Programming");
Identify the correct syntax
Consider the following code snippets:
let x = Boolean("true"); let x = Boolean("False"); let x = Boolean(300); let x = true;
Consider the following code snippets:
let x = Boolean("true"); let x = Boolean("False"); let x = Boolean(300); let x = true;
Anonymous Quiz
38%
For all cases, x is true.
25%
x is true for the first and third snippets, and false for the second and fourth snippets.
25%
x is true for all snippets except the second.
13%
x is false for all cases except the fourth.
#Day52 of #100DaysChallenge
Good Evening Everyone 💤
I just finished an amazing Calculator App using #HTML, #CSS, and #JavaScript! 🎉
Highlights:
Theme Toggle: Switch up the vibe with different themes!
Responsive Design: Fits any screen, big or small📱💻
Button Interactions: Smooth and slick, just the way we like it. ⚡️
Error Handling: It’s got your back with proper error messages.😎
I'm super excited to keep this coding projects and share more awesome projects with you! 💻🚀
🔗Live Link: Calculator App
🔗 GitHub Repository: Calculator App
don't forget to check it out and lemme know what you think!
#coding #CodingProject #caculator #projects@DevNerd0
Good Evening Everyone 💤
I just finished an amazing Calculator App using #HTML, #CSS, and #JavaScript! 🎉
Highlights:
Theme Toggle: Switch up the vibe with different themes!
Responsive Design: Fits any screen, big or small📱💻
Button Interactions: Smooth and slick, just the way we like it. ⚡️
Error Handling: It’s got your back with proper error messages.😎
I'm super excited to keep this coding projects and share more awesome projects with you! 💻🚀
🔗Live Link: Calculator App
🔗 GitHub Repository: Calculator App
don't forget to check it out and lemme know what you think!
#coding #CodingProject #caculator #projects@DevNerd0
⚡3