This is a chat bot application created using ReactJS and integrated with the Github API to fetch user profiles. The chat bot provides a conversational interface for users to interact with and get information about Github users.
- User-friendly chat interface.
- Github API integration for user profile fetching.
- Conversation-based interaction for users.
- Clone the repository to your local machine:
git clone https://github.com/vaibhava17/chatbot-app.git
- Install the required dependencies using
npm install
. - Start the application using
npm start
. - Interact with the chat bot by typing in the input field and pressing enter.
If you find any issues or have suggestions for improvement, feel free to open an issue or pull request.
This project was inspired by the work of Praveen Kumar Purushothaman in his edusera-chat-bot repository. The Github API integration was made possible with the help of the GitHub REST API v3 documentation.