This is an AI Chatbot app implemented with Next.js and Tailwind CSS.
Follow these instructions to get a copy of the project up and running on your local machine.
Before you begin, ensure you have the following installed on your machine:
git clone https://github.com/angerris/chatbot.git
cd chatbot
npm install
npm run dev
This will start the dev server and open the app in your default web browser. ##
/src
├── /app # Main application and entry point
├── /components # Reusable UI components
├── /pages # Pages
├── /services # API service functions
├── /styles # Global styles