An intelligent chatbot application providing conversational AI. See HOW_IT_WORKS.md for architecture details.
- Real-time Chat: Instant conversational responses
- Natural Language Processing: Understands user intent
- Persistent Conversations: Chat history management
- Responsive Design: Mobile-friendly interface
- React
- CSS/Tailwind CSS
- Fetch API
- Node.js
- Express.js
- Clone:
git clone https://github.com/Jivesh2816/OCC-CHATBOT.git - Install:
npm install && cd frontend && npm install && cd ../backend && npm install - Run:
- Frontend:
cd frontend && npm start→ http://localhost:3000 - Backend:
cd backend && npm start→ http://localhost:5000
- Frontend:
OCC-CHATBOT/
├── frontend/ # React chatbot UI
├── backend/ # Node.js API server
└── HOW_IT_WORKS.md # Architecture docs
See HOW_IT_WORKS.md for detailed architecture and implementation.
Created by: Jivesh Arora