Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsubid/chatbot-using-react-chatbot-kit
Chatbot using React Chatbot Kit
https://github.com/devsubid/chatbot-using-react-chatbot-kit
chatbot react-chatbot-kit
Last synced: 19 days ago
JSON representation
Chatbot using React Chatbot Kit
- Host: GitHub
- URL: https://github.com/devsubid/chatbot-using-react-chatbot-kit
- Owner: devsubid
- Created: 2023-06-11T11:24:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T20:36:06.000Z (over 1 year ago)
- Last Synced: 2024-12-22T11:44:07.290Z (25 days ago)
- Topics: chatbot, react-chatbot-kit
- Language: TypeScript
- Homepage: https://chatbot-using-react-chatbot-kit.vercel.app
- Size: 94.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Chatbot using React Chatbot Kit](https://Chatbot-using-React-Chatbot-Kit.vercel.app/)
![](https://raw.githubusercontent.com/itsme-Subid/Chatbot-using-React-Chatbot-Kit/master/preview.webp)
![](https://img.shields.io/github/languages/top/itsme-Subid/Chatbot-using-React-Chatbot-Kit?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/Chatbot-using-React-Chatbot-Kit?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/Chatbot-using-React-Chatbot-Kit?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/Chatbot-using-React-Chatbot-Kit?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/Chatbot-using-React-Chatbot-Kit?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/Chatbot-using-React-Chatbot-Kit?style=for-the-badge)Welcome to the Chatbot-using-React-Chatbot-Kit repository! Chatbot-using-React-Chatbot-Kit is a visually stunning website built using React.js, TypeScript, Redux and Styled-Components. The project is a front-end development endeavor and can be found on [GitHub](https://github.com/itsme-Subid/Chatbot-using-React-Chatbot-Kit).
## Getting Started
To get started, you can simply clone this repository and install the dependencies.
### Cloning the Repository
To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:
```bash
git clone https://github.com/itsme-Subid/Chatbot-using-React-Chatbot-Kit.git
```### Running the Project
To run the project, you will need to have Node.js and npm or yarn or pnpm installed on your machine. Once you have those, you can use the following commands:
```bash
cd Chatbot-using-React-Chatbot-Kit
npm install
npm run dev
```or, if you are using yarn:
```bash
cd Chatbot-using-React-Chatbot-Kit
yarn
yarn run dev
```or, if you are using pnpm:
```bash
cd Chatbot-using-React-Chatbot-Kit
pnpm install
pnpm run dev
```This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.