ChatMate is a chatting application that enables real-time text-based conversations. Built with React, it ensures high performance and scalability. The UI is styled with Tailwind CSS and Daisy UI.
Fullstack Developer
Implemented AI chat using OpenAI API with streaming responses, improving performance and user experience.
Clone the Repository
git clone https://github.com/Mantu01/ChatMate.git cd ChatMate
Install Dependencies
npm install
Set Up Environment Variables
Create a .env.local
file and add your OpenAI API key:
NEXT_PUBLIC_OPENAI_API_KEY=your_api_key_here
Run the Development Server
npm run dev
Open http://localhost:3000 in your browser.