This is a fully functional IBM Watson Module Clone built with Next.js and TypeScript. It provides a chat interface to simulate IBM Watson AI responses.
- Next.js (React Framework)
- TypeScript for Type Safety
- Tailwind CSS for Styling
- Lucide Icons for UI Enhancements
- IBM Watson API Integration Placeholder
- Modular and Scalable Codebase
- Fully Functional Chat Interface
IBM_Watson_Module_Clone/
├── src/
│ ├── components/
│ │ ├── IBMWatsonClone.tsx
│ │ ├── ui/
│ │ │ ├── Button.tsx
│ │ │ ├── Card.tsx
│ │ │ ├── Input.tsx
│ ├── pages/
│ │ ├── index.tsx
│ ├── styles/
│ │ ├── globals.css
├── public/
├── .next/
├── node_modules/
├── package.json
├── tsconfig.json
├── next.config.js
├── README.md
git clone https://github.com/xcriminal1/IBM_Watson_Module.git
cd IBM_Watson_Module_Clonenpm installnpm run devhttp://localhost:3000- Type messages in the input box and send them.
- The system will simulate a response from IBM Watson.
- Modify the API call inside
IBMWatsonClone.tsxto integrate with real IBM Watson services.
- Modify
next.config.jsfor custom Next.js settings. - Update
tsconfig.jsonfor TypeScript paths.
- Next.js (React Framework)
- TypeScript (Static Typing)
- Tailwind CSS (UI Styling)
- Lucide Icons (Modern UI Icons)
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit:
git commit -m "Added new feature" - Push the changes:
git push origin feature-name
- Create a Pull Request.
This project is open-source under the MIT License.
💡 Feel free to contribute and improve the project! 🚀