Skip to content

shoreacc/openai-chatgpt3-clone

 
 

Repository files navigation

Open AI ChatGPT Chat Page Clone

Fun project to get much familiar with TailwindCSS and still be able to use ChatGPT bot when it is at full capasity 👹

It's looks like;

main_screen

Happy chating 🤟🏻

Installation

## Clone the repository to your local
git clone https://github.com/yagizhanNY/openai-chatgpt3-clone.git

## Navigate to project's directory
cd openai-chatgpt3-clone

## Install the packages
npm install

## Run the app
npm run start

After these steps you have to create an OpenAI account to create an API. You can create an account from this link. Then you have to create an API key. Then press the OpenAI API Key button on the sidebar and paste your api key to the dialog and press Submit button.

You can try the DEMO with your own API key.

Supported Features

  • Historical chat.
  • Save the chat history.
  • Full capacity of gpt-4o.

About

ChatGPT UI clone for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.2%
  • HTML 31.2%
  • JavaScript 6.3%
  • CSS 1.7%
  • SCSS 0.6%