Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Web Development For Blockchain, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:49
    Welcome
  2. Урок 2. 00:01:18
    1. Architecture of web application: frontend & backend
  3. Урок 3. 00:02:22
    2. Website vs web application
  4. Урок 4. 00:04:44
    3. Frontend & backend communication with the HTTP protocol
  5. Урок 5. 00:01:57
    4. What is HTML?
  6. Урок 6. 00:02:42
    5. Basic structure of an HTML file
  7. Урок 7. 00:04:48
    6. Insert text and images with div, p and img tags
  8. Урок 8. 00:00:44
    7. Create links with the a tag
  9. Урок 9. 00:01:42
    8. Display list of data with tables
  10. Урок 10. 00:02:07
    9. Collect data with forms
  11. Урок 11. 00:04:24
    10. Add styling to an HTML component with CSS
  12. Урок 12. 00:03:11
    11. More CSS rules: margin, padding, layout
  13. Урок 13. 00:12:31
    12. Make your web app look good EASILY with Bootstrap
  14. Урок 14. 00:03:17
    13. Advanced CSS: CSS Flexbox and CSS Grid
  15. Урок 15. 00:01:03
    1. Introduction
  16. Урок 16. 00:03:05
    2. What Javascript is used for?
  17. Урок 17. 00:03:34
    3. Strings
  18. Урок 18. 00:01:47
    4. Numbers
  19. Урок 19. 00:00:26
    5. Booleans
  20. Урок 20. 00:04:07
    6. Arrays
  21. Урок 21. 00:04:55
    7. Objects
  22. Урок 22. 00:06:23
    8. Control structures: if, for-loop, while, switch
  23. Урок 23. 00:04:20
    9. Functions
  24. Урок 24. 00:04:45
    10. Promises
  25. Урок 25. 00:03:36
    11. The DOM (Document Object Model)
  26. Урок 26. 00:18:13
    12. ES6 features
  27. Урок 27. 00:02:11
    13. Frontend vs Backend Javascript (NodeJS)
  28. Урок 28. 00:04:42
    14. Homeworks
  29. Урок 29. 00:01:03
    1. Introduction
  30. Урок 30. 00:02:14
    2. Why we need React?
  31. Урок 31. 00:02:11
    3. How React work?
  32. Урок 32. 00:00:48
    4. JSX
  33. Урок 33. 00:01:43
    5. Webpack & Babel
  34. Урок 34. 00:04:09
    6. Create a React project super quick with create-react-app
  35. Урок 35. 00:00:54
    7. Install Bootstrap for quick & and easy styling
  36. Урок 36. 00:02:26
    8. Create your first React component
  37. Урок 37. 00:02:41
    9. Render a list in React
  38. Урок 38. 00:02:29
    10. Pass data to child components with props
  39. Урок 39. 00:01:17
    11. Use Bootstrap grid and Jumbotron components
  40. Урок 40. 00:02:13
    12. Create another component for new tasks
  41. Урок 41. 00:04:02
    13. Manage component state with the useState() hook
  42. Урок 42. 00:05:14
    14. Lift the state up to parent component
  43. Урок 43. 00:07:36
    15. Mark task as done
  44. Урок 44. 00:02:40
    16. Delete task