Skip to content

EBEREGIT/react-chatgpt-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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 gives 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/