React ChatBot is a chatbot interface built with React. It allows users to interact with a chatbot and receive responses based on their questions.
- User-friendly interface for chatbot interaction
- Real-time communication with a server to fetch responses
- Offline mode to store and display user’s questions while offline
- Persistent storage of chat history using local storage
- Enter your question in the input field.
- Press the Send button or press Enter to send the question.
- The chatbot will fetch a response from the server and display it in the chatbox.
- Previous chat conversations can be accessed by clicking on the chat titles in the sidebar.
- To start a new chat, click the New Chat button in the sidebar.
- React
- Axios