Update README.md

This commit is contained in:
2026-07-16 17:21:36 +00:00
parent f8d5d7745e
commit 3984d6efbe
+26 -2
View File
@@ -1,3 +1,27 @@
# chatbot
# Chatbot with Builder
presentation of a program that acts like the famous chatgpt
A short, one-sentence description of what this project does.
## 📸 Screenshots
<!-- Option 1: Large Center Image -->
### Application Preview
<p align="center">
<img src="./images/main-screenshot.png" alt="Main Dashboard Preview" width="800">
</p>
<!-- Option 2: Side-by-Side Grid (Great for Mobile vs Desktop or Light vs Dark mode) -->
### Responsive Views
| Desktop View | Mobile View |
| :---: | :---: |
| <img src="./images/desktop.png" width="400" alt="Desktop View"> | <img src="./images/mobile.png" width="150" alt="Mobile View"> |
<!-- Option 3: Standard Inline Image -->
### Feature Highlight
![Feature Description](./images/feature-detail.png)
## 🚀 Setup Instructions
1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`