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