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