codewithsadee posts
๐ JavaScript Variable Choices: var, let, or const? ๐ค
JavaScript developers, let's talk about the different ways to declare variables in your code! ๐๐ป
1๏ธโฃ var: Old-school, function-scoped, and hoisted. It's like a ghost haunting your code. ๐ป๐ซ
2๏ธโฃ let: Block-scoped, no hoisting, and can be reassigned. Use when you need flexibility. ๐๐
3๏ธโฃ const: Block-scoped, no hoisting, and cannot be reassigned. Use for constants. ๐ง๐ซ
Remember, choosing the righ...
2023-10-11 16:55:04 +0000 UTC View PostNotekeeper - CRUD app Source code
Instruction
You need to open this project with live-server
- Open project with code editor
- Open with live server
Starter file - Notekeeper
Download starter file below and follow my YouTube video ๐
2023-09-23 18:37:43 +0000 UTC View PostWealthome - Real estate Website Source code
Instruction
You need to open this project with live-server
- Open project with code editor
- Open with live server
Starter file - wealthome
Download starter file below and follow my YouTube video ๐
2023-08-26 11:40:33 +0000 UTC View PostDevfolio - Personal Portfolio Website Source code
Instruction
You need to open this project with live-server
- Open project with code editor
- Open with live server
Pixstock - Stock Photo App Source code
Instruction
You need to open this project with live-server
- Open project with code editor
- And use your own API key ( follow my video to get your own API )
- Open with live server
Cook.io - Recipe App Source code
Instruction
You need to open this project with live-server
- open project with code editor
- and use your own API key ( follow my video to get your own API )
- open with live server
GitFinder - Github App Source code
Instruction
You need to open this project with live-server
- open project with code editor
- open with live server
weatherio - Weather App Source code
Instruction
You need to open this project with live-server
- open project with code editor
- and use your own API key ( follow my video to get your own API )
- open with live server
Tvflix - Movie App Source code
Instruction
You need to open this project with live-server
- open project with code editor
- and use your own API key ( follow my video to get your own API )
- open with live server
Make Mysterious Shape from SHADOW ๐คฏ
In this video, I will show you how to create mysterious shapes with css box-shadow
CSS Battle 136 - https://cssbattle.dev/play/136
CSS Battle 129 - https://cssbattle.dev/play/129
2022-12-09 13:36:25 +0000 UTC View PostHow to Build Responsive Blog Website Using HTML CSS JavaScript
If you want to practice, download the starter file to get all the necessary stuff for the project.
Or download the complete source code.
2022-09-11 12:51:17 +0000 UTC View PostCreative Education Website Using HTML CSS JavaScript
If you want to practice, download the starter file to get all the necessary stuff for the project.
Or download the complete source code.
2022-09-09 13:00:08 +0000 UTC View PostIn HTML, you can embed SVG elements directly into an HTML page.
2022-07-16 09:57:49 +0000 UTC View PostHow to Make a Real Estate Website Using Html CSS JavaScript
This video will show you how to make a real estate website using html css javascript
If you want to practice, download the starter file to get all the necessary stuff for the project.
Or download the complete 2022-07-15 13:46:38 +0000 UTC View Post
Build Todo App With Vanilla JavaScript
This video will show you how to build a todo app using vanilla javascript
If you want to practice, download the starter file to get all the necessary stuff for the project.
Or download the complete 2022-07-06 14:24:57 +0000 UTC View Post



























