Update README.md
This commit is contained in:
@@ -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
|
||||||
|

|
||||||
|
|
||||||
|
## 🚀 Setup Instructions
|
||||||
|
1. Clone the repository
|
||||||
|
2. Run `npm install`
|
||||||
|
3. Run `npm run dev`
|
||||||
|
|||||||
Reference in New Issue
Block a user