Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 476 Bytes

File metadata and controls

32 lines (20 loc) · 476 Bytes

ChatBot

A simple React chatbot built with Vite.

Live Demo

View the live project here:

https://abhisingh-14.github.io/chatbot-project/

Project Setup

  • Built with React and Vite
  • Includes an interactive chat UI
  • Uses CSS modules for component styling

Run Locally

npm install
npm run dev

Build

npm run build

Notes

This README replaces the default Vite template content with project-specific details and the hosted demo URL.