Skip to content

akileshjayakumar/chatgpt-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT Clone

Key Features

  • Chat Interface: A user-friendly interface that allows seamless interaction with the chatbot.
  • Real-time Responses: Delivers instantaneous replies, mimicking a natural conversation flow.
  • Server-side Logic: Employs Node.js and Express to handle server-side logic and API requests efficiently.

Tools Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express
  • APIs: OpenAI API
  • Version Control: Git
  • Deployment: This project is not deployed.

Project Setup

To get this project running locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourGithubUsername/chatgpt-clone.git
  2. Navigate to the project directory:
    cd chatgpt-clone
  3. Install dependencies:
    npm install
  4. Start the server:
    npm run server
  5. Access the application: Open http://localhost:3000 in your web browser.

Contributing

Your contributions are welcome! If you have ideas for improvements or new features:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Submit a pull request.

Contact Information

For more information, please reach out to me at:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published