A simple and lightweight chat application built with HTML, CSS, and JavaScript.
Features π
- Message Input: Type your messages in the input field.
- Send Button: Click the "Send" button to add your message to the chat.
- Chat Box: View the conversation history in a scrollable interface.
- Reset Button: Clear the chat history with the reset button. Styling π¨ The user interface is designed with a clean and modern look. The chat box has a fixed height, and messages are displayed in a visually appealing format. The application is responsive to ensure a seamless experience on various devices.
Local Storage πΎ Chat messages are stored locally in the browser using the localStorage feature. This ensures that the chat history persists even if the user refreshes the page or closes and reopens the browser.
Feel free to clone and use this project as a starting point for your own chat applications!