Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/chatgpt-demo-clone

My ChatGPT Clone built with OpenAI-API and React.js which aims to develop a conversational AI system inspired by OpenAI's GPT architecture.
https://github.com/mk4levi/chatgpt-demo-clone

css eslint html javascript openai-api react-components react-effect react-state reactjs

Last synced: 2 months ago
JSON representation

My ChatGPT Clone built with OpenAI-API and React.js which aims to develop a conversational AI system inspired by OpenAI's GPT architecture.

Awesome Lists containing this project

README

        

# My ChatGPT Demo Clone

## => This is my CHAT-GPT CLone built with React.js which aims to develop a conversational AI system inspired by OpenAI's GPT architecture.

## Website Link => https://mk-chatgpt-demo-clone.vercel.app/

## Project's Screenshots =>

![image](./src/assets/ss.png)

Getting Started

1. To get started with this project, you will need to have `Node.js` and `NPM` installed on your system.

2. First, you need to open a `Terminal` in your system and `Clone` this repository by using :

```bash
git clone https://github.com/Mk4Levi/ChatGPT-Demo-Clone.git
```

3. Navigate to the Project's directory :

```bash
cd ChatGPT-Demo-Clone
```

4. Install all Dependencies used in this Project :

```bash
npm install
```

5. Finally, host it on local server :

```bash
npm run dev
```

6. Now just search this link in your browser to view the live running application in your Local sysytem :

```bash
http://localhost:5173
```

Paths & Files

### Structure of the Folders & Files in this Repo :

```text
.
├── public/
├── src
│ ├── assets/
│ ├── components/
│ └──Home.jsx
| └──OptionSelection.jsx
│ └──Translation.jsx
│ └──optionsDB.js
│ └──index.js
│ ├── css/
│ └──App.css
| └──index.css
│ ├── App.jsx
│ ├── index.jsx
|
├── .eslintrc
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js

```

# Thank You