Welcome to the College Enquire Chatbot repository! This project is part of an initiative to build a chatbot system designed to assist users with inquiries related to college facilities, admission processes, courses, and more. This repository contains the frontend implementation of the chatbot using ReactJS.
- Frontend Framework: ReactJS
- Styling: TailwindCSS/Material-UI/Bootstrap
- Backend: Django (not included in this repo)
- API Integration: Axios/Fetch (for interaction with the backend)
- User-Friendly Interface: Interactive and simple UI for seamless communication with the chatbot.
- Responsive Design: Compatible with desktop and mobile devices.
- Chat Interface: Users can type questions and receive responses dynamically.
- Dynamic API Integration: Ready to connect with Django backend for processing queries.
📦 college-enquire-chatbot-frontend
├── 📁 public # Public assets like index.html and static files
├── 📁 src
│ ├── 📁 components # React components for the chatbot
│ ├── 📁 pages # Page components for routing
│ ├── 📁 styles # Styling files
│ ├── 📁 utils # Utility functions for API calls or helpers
│ └── index.js # Main entry point for the app
├── package.json # Node dependencies and scripts
└── README.md # Documentation (this file)