Skip to content

vaibhava17/chatbot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Bot App

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.

Features

  • User-friendly chat interface.
  • Github API integration for user profile fetching.
  • Conversation-based interaction for users.

How to Use

  1. Clone the repository to your local machine:
git clone https://github.com/vaibhava17/chatbot-app.git
  1. Install the required dependencies using npm install.
  2. Start the application using npm start.
  3. Interact with the chat bot by typing in the input field and pressing enter.

Contributing

If you find any issues or have suggestions for improvement, feel free to open an issue or pull request.

Acknowledgments

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.