Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mk4levi/chatgpt-demo-clone
- Owner: Mk4Levi
- Created: 2023-07-03T05:35:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T13:58:54.000Z (5 months ago)
- Last Synced: 2024-10-07T09:21:42.580Z (3 months ago)
- Topics: css, eslint, html, javascript, openai-api, react-components, react-effect, react-state, reactjs
- Language: JavaScript
- Homepage: https://chatgpt-clone.netlify.app/
- Size: 8.33 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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