Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal AI Chatbot Project

A simple coding assistant chatbot built with Node.js (Express), React, and OpenAI GPT-4 API.
You send questions from the browser UI, and get helpful, AI-powered replies using your own OpenAI key.


Features

  • Ask coding questions in the browser
  • Get instant, AI-powered responses
  • Easy to run locally
  • Clean React & Node API separation

Project Structure

Personal-AI/ ├── backend/ │ ├── server.js │ └── .env ├── frontend/ │ ├── src/ │ │ └── Chat.js │ └── package.json └── README.md


Getting Started

1. Clone the repo

2. Backend Setup

cd backend
  • Create a .env file:

    npm start
    

Backend should show:
Server running on http://localhost:3001

3. Frontend Setup

cd frontend

npm install

npm start
  • Visit http://localhost:3000 in your browser.
image

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages