Skip to content

This repository houses a frontend chatbot project based on the ChatGPT gpt-3.5-turbo model.

Notifications You must be signed in to change notification settings

chdaesung/react-chatgpt-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ChatGPT Tutorial

This repository houses a frontend chatbot project based on the ChatGPT gpt-3.5-turbo model.

Click here to view the tutorial that give birth to this project

See the Video Tutorial:
How to Build an AI-Powered ChatBot with OpenAI, ChatGPT, Node.js, and React

Dependencies

Installation

  • Clone this repo git clone https://github.com/EBEREGIT/react-chatgpt-tutorial
  • Navigate into the repo cd react-chatgpt-tutorial
  • Install the dependencies npm install
  • Start the local server npm run dev

That will open the project on your default browser : http://127.0.0.1:5173/

About

This repository houses a frontend chatbot project based on the ChatGPT gpt-3.5-turbo model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • CSS 23.8%
  • HTML 7.4%