This is a React client for the Unus AI, which allows you to interact with the AI and get responses to your queries. The client is built using React and Axios for making API requests to the backend data server.
- node-nlp
Mobile View | Mobile View 2 |
---|---|
Go to the project directory
https://github.com/JoelDeonDsouza/AI_Frontend_V1.git
cd my-project
Install dependencies
npm install
-
Enter your query in the input field labeled "Start Searching."
-
Click the "Search" button to send your query to the Unus AI.
-
The response from the AI will be displayed in the text tab below. If the AI is still processing your request, a loading spinner will be shown.
-
You can clear the input and response by clicking the "Search" button.
- Real-time chat interaction with the Unus AI.
- Loading spinner while waiting for a response.
- Clear button to reset the input and response.
- React: A JavaScript library for building user interfaces.
- Axios: A popular HTTP client for making API requests.
- Typewriter Effect: A library for creating typewriter-like text animations.
- React Loading: A library for adding loading spinners to React components.