Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

50Projects-HTML-CSS-JavaScript : Chat application #52

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

tajulafreen
Copy link
Owner

Title: Add Simple Chat Application (Using Local Storage)

Description:

  • Implemented a chat application where users can send messages, and the app echoes the same message as a reply.
  • Messages are stored in local storage for persistence across page reloads.
  • Designed the UI with distinct styles for user and bot messages.
  • Added auto-scroll functionality to display the latest messages.

Features Added:

  • Message persistence using local storage.
  • DOM manipulation for dynamic message display.
  • Responsive design for better user experience.

Preview:

User Message: "Hi"
App Reply: "Hi"

@tajulafreen tajulafreen merged commit 8da7c28 into main Dec 25, 2024
5 checks passed
@tajulafreen tajulafreen deleted the Chat_Application branch December 25, 2024 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant