=> 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/
-
To get started with this project, you will need to have
Node.jsandNPMinstalled on your system. -
First, you need to open a
Terminalin your system andClonethis repository by using :
git clone https://github.com/Mk4Levi/ChatGPT-Demo-Clone.git- Navigate to the Project's directory :
cd ChatGPT-Demo-Clone- Install all Dependencies used in this Project :
npm install- Finally, host it on local server :
npm run dev- Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:5173.
├── 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
