https://github.com/devsubid/chatbot-ui
Demo Chat Using Typescript, Next.js, Styled-Components, Redux
https://github.com/devsubid/chatbot-ui
redux redux-toolkit
Last synced: 3 months ago
JSON representation
Demo Chat Using Typescript, Next.js, Styled-Components, Redux
- Host: GitHub
- URL: https://github.com/devsubid/chatbot-ui
- Owner: devsubid
- Created: 2023-06-09T10:15:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T10:25:02.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:51:25.917Z (about 1 year ago)
- Topics: redux, redux-toolkit
- Language: TypeScript
- Homepage: https://demo-chat-bot.vercel.app
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Demo Chat Bot](https://demo-chat-bot.vercel.app/)







Welcome to the Demo-Chat-Bot repository! Demo-Chat-Bot is a visually stunning website built using React.js, TypeScript, and Styled-Components. The project is a front-end development endeavor and can be found on [GitHub](https://github.com/itsme-Subid/Demo-Chat-Bot).
## 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/Demo-Chat-Bot.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 Demo-Chat-Bot
npm install
npm run dev
```
or, if you are using yarn:
```bash
cd Demo-Chat-Bot
yarn
yarn run dev
```
or, if you are using pnpm:
```bash
cd Demo-Chat-Bot
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.