Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Crash Course: Build a Full-Stack Web App in a Weekend!, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:07:42
    Introduction
  • Урок 2. 00:08:24
    A High-Level Overview of Web Development
  • Урок 3. 00:08:33
    Setting Up Our Code Editor
  • Урок 4. 00:03:12
    What is HTML?
  • Урок 5. 00:07:33
    HTML Document Structure
  • Урок 6. 00:08:27
    Working With Text and Lists
  • Урок 7. 00:09:09
    Hyperlinks, Images, and Attributes
  • Урок 8. 00:06:54
    Structuring the App
  • Урок 9. 00:08:54
    Building a Form
  • Урок 10. 00:08:19
    Adding More Buttons
  • Урок 11. 00:03:47
    What is CSS?
  • Урок 12. 00:08:34
    Styling Text
  • Урок 13. 00:15:42
    Including Google Fonts
  • Урок 14. 00:09:57
    Working With Color
  • Урок 15. 00:06:33
    Inheritance and the Global Selector
  • Урок 16. 00:17:15
    The CSS Box Model
  • Урок 17. 00:10:49
    Block and Inline Elements
  • Урок 18. 00:14:12
    Creating Small Layouts With Flexbox
  • Урок 19. 00:10:57
    Applying Flexbox to Our Facts
  • Урок 20. 00:12:00
    Creating Larger Layouts With CSS Grid
  • Урок 21. 00:12:08
    Centering the App
  • Урок 22. 00:09:16
    Styling Links and Transitions
  • Урок 23. 00:20:18
    Styling Buttons
  • Урок 24. 00:06:34
    Developer Skill: Googling and Reading Documentation
  • Урок 25. 00:13:45
    Styling the Voting Buttons
  • Урок 26. 00:14:09
    Styling Form Elements
  • Урок 27. 00:16:47
    Adapting the Layout to Smaller Screens
  • Урок 28. 00:02:41
    What is Supabase?
  • Урок 29. 00:04:30
    Creating Your First Database
  • Урок 30. 00:13:17
    Creating a Table
  • Урок 31. 00:06:43
    Adding Security Policies
  • Урок 32. 00:01:43
    What is JavaScript?
  • Урок 33. 00:15:53
    Displaying and Hiding the Form
  • Урок 34. 00:10:54
    Values, Variables, and Operators
  • Урок 35. 00:10:37
    Functions
  • Урок 36. 00:11:51
    Taking Decisions With if/else Statements
  • Урок 37. 00:07:35
    The Ternary Operator
  • Урок 38. 00:08:33
    Working With Strings
  • Урок 39. 00:08:50
    Arrow Functions
  • Урок 40. 00:10:32
    Arrays
  • Урок 41. 00:09:25
    Objects
  • Урок 42. 00:14:05
    Looping Over Arrays: The forEach and map Methods
  • Урок 43. 00:02:04
    What is the DOM?
  • Урок 44. 00:08:12
    Going Back to the First DOM Manipulation
  • Урок 45. 00:15:59
    Creating DOM Elements
  • Урок 46. 00:13:46
    Loading Data With fetch and async/await
  • Урок 47. 00:12:26
    The filter and find Array Methods
  • Урок 48. 00:06:43
    What is React?
  • Урок 49. 00:13:03
    Installing Node.js and Setting Up A React Project
  • Урок 50. 00:11:32
    Meeting JSX and Creating the App Component
  • Урок 51. 00:16:48
    Dividing Our Interface Into Components
  • Урок 52. 00:13:11
    Rendering the List of Facts
  • Урок 53. 00:13:19
    Passing and Receiving Props
  • Урок 54. 00:07:32
    Rendering the List of Categories
  • Урок 55. 00:11:58
    Introducing State
  • Урок 56. 00:10:18
    Displaying and Hiding the Form the React Way
  • Урок 57. 00:08:39
    Creating the Header Component
  • Урок 58. 00:16:46
    Working With Forms the React Way
  • Урок 59. 00:11:18
    Adding a New Fact – Part 1
  • Урок 60. 00:12:39
    Adding a New Fact – Part 2
  • Урок 61. 00:17:36
    Loading Data From Supabase with useEffect
  • Урок 62. 00:15:50
    Creating a Loader Component
  • Урок 63. 00:14:40
    Filtering by Categories
  • Урок 64. 00:12:30
    Uploading a Fact to Supabase
  • Урок 65. 00:20:44
    Handling Votes and Updating a Fact on Supabase
  • Урок 66. 00:17:50
    Finishing Touches and Creating a Production Build
  • Урок 67. 00:05:55
    Deploying to Netlify
  • Урок 68. 00:05:13
    Where to Go from Here