Skip to content

Latest commit

 

History

History
178 lines (109 loc) · 3.72 KB

README.md

File metadata and controls

178 lines (109 loc) · 3.72 KB

Codex-ChatGPT

📗 Table of Contents

📖 Codex-ChatGPT

Codex-ChatGPT is an AI-based web application. With an elegant user interface that resembles the ChatGPT app, communication with advanced GPT3 model API, and most importantly, the ability to ask the AI for help regarding JavaScript, React, or any other language.

🛠 Built With

Tech Stack

  • HTML

  • CSS

  • Javascript

  • Node

  • Webpack

  • NPM

  • Express

Client
Server

Key Features

  • Provdes a user interface to intract with AI
  • Get well detailed answer to any well articulated question

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

  • npm
    npm install npm@latest -g

Setup

  1. Clone the repo by running the command
     git clone https://github.com/V-Blaze/Codex-ChatGPT.git
  2. Open the directory of the project
    cd Codex-ChatGPT
  3. Install project dependencies
    run npm install
  4. Open the html file
    run npm start
    
    

(back to top)

👥 Author

👤 Author

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project... Give a start and a follow.

(back to top)

⭐️ Future-features

  • Preserve user history.
  • Edit an already sent question.

(back to top)

🙏 Acknowledgments

I want to thank OpenAI for making this API free and accessible.

(back to top)

Show your support

  • Give a ⭐️ if you like this project!

(back to top)

📝 License

  • This project is MIT licensed.

(back to top)