[DevelopedByEd] - The Creative JavaScript Course
[DevelopedByEd] - The Creative JavaScript Course
We build small projects, larger web apps, websites and more.
Content for all skill levels.
- Up to 30 hours of javascript content
- 5 awesome projects for your portofolio
- Source code for all projects
- Lifetime access
- Certificate of completion
- More!
Course Curriculum
The Basics
Preview Welcome!
Preview 0. Beginning Javascript (0:31)
Start1. Installing vsCode (3:11)
Start2. Loading Javascript (4:11)
Start3. Const and Let (13:56)
Start4. Comments (2:15)
Start5. Operators (4:35)
Start6. Primitive Data Types (5:56)
Start7. Concatenation (9:45)
Start8. Prettier (3:00)
Start9. Comparisons and Conditions (17:47)
Start10. Truthy False Values (3:23)
Start11. Functions (17:26)
Start12. Objects (6:08)
Start13. Arrays (7:20)
Start14. Switch Statements (15:01)
Start15. For Loop (12:22)
Start16. For Of, ForEach (7:18)
Start17. For In, While Loops (7:54)
Start18. Guessing Game Final (13:36)
Start19. Scope (15:54)
Chapter 2 - DOM
StartAbout the extension
Start0. Dom Intro (0:26)
Start1. The DOM (2:46)
Start2. Exploring document (2:17)
Start3. Selecting in the DOM (8:53)
Start4. Collections and Nodelists (19:04)
Start5. Events (23:41)
Start6. Event Bubbling (18:43)
Start7. Session and Local Storage (13:13)
Chapter 3 - Todo Project
Start0. Todo Intro (0:39)
Start1. Set Up (6:37)
Start2. Basic Styling (5:49)
Start3. Generating Todos (8:51)
Start4. Adding Todos (6:53)
Start5. Delete and Mark (6:22)
Start6. Animations (4:37)
Start7. Filtering (14:39)
Start8. Local Storage (18:44)
Start Final Code
Chapter 4 - Arrays
Start1. Primitives Vs Reference Types (11:47)
Start2. Callbacks, Higher Order Functions (7:45)
Start3. Map (5:29)
Start4. Find (2:56)
Start5. Filter (3:11)
Start6. Some and Every (4:06)
Start7. Ternary Operator (3:31)
Start8. Arrow Functions (9:55)
Start9. Sort…weird (11:20)
Start10. Creating Copies (6:26)
Chapter 5 - Objects
Start0. Objects Intro (0:46)
Start1. The Global Execution Context and Hoisting (10:25)
Start2. Callstack (13:20)
Start3. This Keyword (20:09)
Start4. Bind, Call, Apply (10:52)
Start5. Constructor Functions (8:27)
Start6. Prototype (12:30)
Start7. Prototypal Inheritence (12:02)
Start8. Classes (8:13)
Start9. Fun Stuff With OOP (13:20)
Chapter 6 - Beatmaker Project
StartStarter Files
Start1. Project Preview (2:28)
Start2. HTML Setup (13:53)
Start3. CSS Setup (11:38)
Start4. Creating Our Sound Loop (16:49)
Start5.Let's hear the sounds! (8:58)
Start6. Quick Fix (1:00)
Start7. Play and Stop (9:59)
Start8. Changing Sounds (9:59)
Start9. Muting Sounds (6:48)
Start10. Adding Tempo (11:13)
StartFinished Code
Chapter 7 - Coloors Project
Start0. Coloors Intro (2:40)
Start1. The Project (2:27)
Start2. Creating the HTML (15:14)
Start3. Style It Up! (12:36)
Start4. Generate First Color (11:26)
Start5. Checking Contrast (2:39)
Start6. Coloring our Inputs (17:57)
Start7. Updating the BG (9:55)
Start8. Updating Text and Contrast (5:37)
Start9. Fixing Our Broken Slides (5:02)
Start10. Updating Slide Values (7:16)
Start11. Live Slide Update (1:48)
Start12. Copy To Clipboard (10:24)
Start13. Open Close Adjustments (5:48)
Start14. Generate Button (5:51)
Start15. Lock Feature (3:30)
Start16. Open Close Save Palette (14:55)
Start17. Pushing to Local Storage (5:43)
Start18. Dynamic Library UI (13:31)
Start19. Picking from Library (6:57)
Start20. Finish (10:35)
Start21. But wait there is a bug (8:11)
Start Final Code
Chapter 8 - Website Project
Start Starter Images
Start0. Creating Dynamic Websites (0:50)
Start1. Project Intro (1:32)
Start2. Adding HTML (9:14)
Start3. Adding CSS (14:29)
Start4. Diferrent Scroll Effects (19:12)
Start5. Adding GSAP (12:23)
Start6. Scroll Animation Overload (15:35)
Start7. Cursor Animations (13:28)
Start8. Toggle Burger (6:25)
Start9. Another Page (12:03)
Start10. Page Transitions (29:42)
Start11. Scroll Effect On Other Pages (7:48)
Start12. Bug Fixes and Mobile View (14:20)
Start Final Code
Misc
Start1. Deconstruct (7:29)
Start2. IIFE (2:26)
Start3. Closures (5:47)
Chapter 9 -Async Javascript
Start0. Async Intro (0:28)
Start1. Ajax (3:41)
Start2. Async Behind The Scenes (9:44)
Start3.Callbacks and Callback Hell (8:53)
Start4. Promises (5:59)
Start5. Promise Refactor (4:56)
Start6. Promise All (3:20)
Start7. Async Await (4:41)
Start8. Fetching From our first API (8:55)
Chapter 10 - Photon Project
Start1. Photon Intro (1:34)
Start2. Api Key (3:24)
Start3. Creating the basic HTML and CSS (6:57)
Start4. Fetching the Images (9:34)
Start5. Search (7:39)
Start6. Refactoring (6:34)
Start7. Search Clear (4:48)
Start8. Finishing the style css (5:33)
Start9. Finishing it up (10:19)
Start10. Thank You (0:32)
Start Photon Final Code