Skip to content

A simple and user-friendly web application built with React and Material-UI (MUI). It uses OpenAI's API to enable smart conversations, and includes a conversation history feature, allowing users to revisit past chats.

Notifications You must be signed in to change notification settings

e-khalifa/AI-chat

Repository files navigation

AI-Chat

A simple and user-friendly web application built with React and Material-UI (MUI). It uses OpenAI's API to enable smart conversations, and includes a conversation history feature, allowing users to revisit past chats.

Table of Contents

  1. 📸 Demo
  2. 🚀 Getting Started

📸 Demo

🚀 Getting Started

Prerequisites

  • Install Node.js and npm.
  • Clone the repository:
    git clone https://github.com/e-khalifa/AI-Chat.git
    cd ai-chat

Install Dependencies

npm install

Set Up Environment Variables

Create a .env file in the root directory and add your OpenAI API key:

VITE_OPEN_AI_API_KEY=your_api_key_here

Run the Development Server

npm run dev

This will run the app on http://localhost:5173.

About

A simple and user-friendly web application built with React and Material-UI (MUI). It uses OpenAI's API to enable smart conversations, and includes a conversation history feature, allowing users to revisit past chats.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published