ReactJS Chat App 🌕 🌓 🌘 Modern Midnight Theme [2022]

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Build user-to-user chat with ReactJS, Typescript, and Chat Engine. Perfect for a portfolio website or adding chat into an existing project!
    Complete Code: github.com/ala...
    Chat Engine: chatengine.io
    If you have any questions please leave a comment!

Комментарии • 24

  • @joshuamilanya3895
    @joshuamilanya3895 Год назад +2

    Hey interested in knowing how these subcomponents work, kindly do a video

  • @O-DogKubrick
    @O-DogKubrick 2 года назад

    Not a bad idea cousin!

  • @muskanshekh8287
    @muskanshekh8287 9 месяцев назад

    My chat engine is not working after 7 days due to paid trial . Now please tell me how to use the chat engine for free 😢
    It shows an error-- To reactivate your project upgrade to a light plan for $7 per month.

  • @alexandrebaron835
    @alexandrebaron835 Год назад

    Verynice! Thanks. Why a phone icon?

  • @falcobtw8997
    @falcobtw8997 Год назад +2

    sign up button doesn't work.

    • @raza3434
      @raza3434 Год назад +1

      you have to signup as a new user and fill all the criteria including the profile picture then go to the login page and login as that account, thats the only way it works

  • @lucky7460
    @lucky7460 Год назад +1

    i tried to access the code in localhost but the button login - sign up not working.
    would you please help to resolve the problem? thank you.

    • @raza3434
      @raza3434 Год назад +3

      you have to signup as a new user and fill all the criteria including the profile picture then go to the login page and login as that account, thats the only way it works

    • @touaitmohamed6318
      @touaitmohamed6318 Год назад

      Not working either

  • @sushik.8043
    @sushik.8043 6 месяцев назад

    How did you get that screen in VSC and how can I make this a public domain for others to use?

  • @webb-developer
    @webb-developer 10 месяцев назад

    thx

  • @linetchikaya8079
    @linetchikaya8079 4 месяца назад

    Signup and login botton not working

  • @rienh
    @rienh Год назад +1

    Hey, can you tell me how can i make existing users come to chat screen instead of login screen every time?

    • @nadimalaa8961
      @nadimalaa8961 Год назад +2

      maybe you can add 'isloggedIn' property with a boolean value for each user and based on it render what you need.

    • @TrinhAnhQuan
      @TrinhAnhQuan Год назад

      @@nadimalaa8961 can you explain more?

    • @nadimalaa8961
      @nadimalaa8961 Год назад

      @@TrinhAnhQuan either use php to create a session on login. Store the user id in that session so a user is always logged in on their machine.
      On logout, clear that session.
      An easier solution is using local storage to do the same task; store an object with loggedIn property set to a boolean.
      Know that local storage is not secure.

    • @TrinhAnhQuan
      @TrinhAnhQuan Год назад +1

      @@nadimalaa8961 can you help me code?

  • @doneros7218
    @doneros7218 2 года назад +1

    Hey Adam, how do you remove a scroll bar?

    • @naveen_kumar966
      @naveen_kumar966 2 года назад +1

      Use in css
      html::-webkit-scrollbar {
      display:none;
      }

  • @kittenpixl
    @kittenpixl Год назад

    how do you have Group Chats with this one? and how do you check the chat history from your chat engine pannel

    • @kittenpixl
      @kittenpixl Год назад

      can you make a version with chat settings?

    • @kamisettylokesh3156
      @kamisettylokesh3156 10 месяцев назад

      @@kittenpixl You found any answer?
      for group chat?

  • @zrootyz1172
    @zrootyz1172 2 года назад

    Don't you have it in jsx?

  • @oussamaknani7753
    @oussamaknani7753 Год назад

    this is just front end stuff