This project is a simple but powerful web application built using Python (Flask) along with HTML, CSS, and JavaScript for the frontend. It demonstrates how backend and frontend technologies work together to deliver a smooth user experience.
- 🌐 Clean and responsive UI
- ⚡ Fast and lightweight backend using Flask
- 🎨 Beautiful design with HTML & CSS
- 🔥 Dynamic interactions using JavaScript
- 🐍 Python-powered routing and logic
| Technology | Purpose |
|---|---|
| Python | Backend logic & Flask framework |
| Flask | Server & routing |
| HTML | Page structure |
| CSS | Styling & layout |
| JavaScript | Interactivity & dynamic behavior |
pip install flaskpython app.pyVisit:
http://127.0.0.1:5000
College-ChatBot
├── adtu-chatbot
├── app.py
├── requirements.txt
├── knowledge_base.json
├── README.md
└── templates/
index.html
└── static/
├── images
├── style.css
└── script.js
Pull requests and suggestions are welcome! Feel free to fork this project and enhance it.
This project is free to use for learning and development purposes.
✨ Thank you for using this project! If you like it, don’t forget to ⭐ the repository.