Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Create Chatbot Web Apps in Javascript, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:00:55
    What you will learn
  • Урок 2. 00:01:10
    What is a Chatbot?
  • Урок 3. 00:01:58
    Chatbot applications
  • Урок 4. 00:00:49
    Choosing an IDE
  • Урок 5. 00:00:40
    Project Structure
  • Урок 6. 00:01:40
    Adding Bootstrap
  • Урок 7. 00:02:17
    Testing Bootstrap
  • Урок 8. 00:04:03
    Chatbot Header
  • Урок 9. 00:07:38
    Single Message Design
  • Урок 10. 00:02:15
    Overflow & Scroll
  • Урок 11. 00:03:12
    Input & Button Design
  • Урок 12. 00:01:51
    Create Main JS
  • Урок 13. 00:02:50
    Reference to Elements
  • Урок 14. 00:07:16
    Send Message Listener
  • Урок 15. 00:02:13
    Chatbot send message function
  • Урок 16. 00:02:37
    Background Colors
  • Урок 17. 00:01:56
    Prevent Sending Empty Messages
  • Урок 18. 00:01:28
    Remove message from the input
  • Урок 19. 00:02:35
    Animating messages
  • Урок 20. 00:03:15
    Animation & delay
  • Урок 21. 00:03:39
    Process Messages
  • Урок 22. 00:06:44
    Array of expected messages
  • Урок 23. 00:01:30
    Delay for chatbot messages
  • Урок 24. 00:04:30
    Check chatbot response
  • Урок 25. 00:03:31
    More Response Messages
  • Урок 26. 00:04:35
    Process Message Advanced Logic
  • Урок 27. 00:01:29
    Adding More Questions
  • Урок 28. 00:07:46
    Ask questions function
  • Урок 29. 00:03:32
    Storing answers in questions array
  • Урок 30. 00:01:43
    Asking all possible questions
  • Урок 31. 00:01:09
    Answer key
  • Урок 32. 00:01:17
    Which questions to use
  • Урок 33. 00:04:30
    Scroll to last message
  • Урок 34. 00:03:03
    Application types
  • Урок 35. 00:07:26
    Assistant initialize options
  • Урок 36. 00:07:35
    Assistant Response
  • Урок 37. 00:04:03
    Get location and weather
  • Урок 38. 00:05:08
    Get location and weather Ajax request
  • Урок 39. 00:05:25
    Weather service API
  • Урок 40. 00:09:21
    Weather JSON parse
  • Урок 41. 00:02:55
    Access JSON keys
  • Урок 42. 00:04:07
    Please wait (UX)
  • Урок 43. 00:02:27
    Open window for sports
  • Урок 44. 00:01:45
    Separate Applications
  • Урок 45. 00:04:24
    Enter key to send message
  • Урок 46. 00:02:43
    Trim to remove spaces
  • Урок 47. 00:03:07
    Replying with a link
  • Урок 48. 00:01:38
    "hi" message exception
  • Урок 49. 00:08:17
    Display date to users
  • Урок 50. 00:04:23
    Show restaurant menu function
  • Урок 51. 00:05:42
    Restaurant response to users
  • Урок 52. 00:03:05
    Something else message
  • Урок 53. 00:01:24
    Display user's order
  • Урок 54. 00:02:32
    Checkout link
  • Урок 55. 00:00:52
    Wrong meal number
  • Урок 56. 00:04:31
    Meal price
  • Урок 57. 00:03:32
    Total price
  • Урок 58. 00:02:23
    Order ticket
  • Урок 59. 00:03:28
    Sending to the back-end
  • Урок 60. 00:01:23
    Four separate apps
  • Урок 61. 00:02:32
    Split up code into four folders
  • Урок 62. 00:01:25
    Conclusion