This project serves as a proof-of-concept demonstration of a chat interface with AI capabilities. Built using React and Tailwind CSS, it showcases the potential for real-time, interactive conversations with AI, including features like editable messages and markdown support.
- Editable messages.
- Markdown support for enriched text.
- Link previews via tooltips.
- Mobile-responsive design.
- Node.js
- npm
-
Clone the repository
git clone https://github.com/iashris/quilt.git
-
Navigate into the repository
cd quilt
-
Install dependencies
npm install
-
Run the development server
npm start
Open a browser and navigate to http://localhost:3000/
to see the project in action.