Documentation-Wizard

所属分类:GPT/ChatGPT
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-05-13 23:49:12
上 传 者sh-1993
说明:  使用ChatGPT 3.5 Turbo的编程语言的文档生成器,以提高代码的可读性。注意:该网站不再工作...
(Documentation generator for programming languages using ChatGPT 3.5 Turbo, to improve code readability. ATTENTION: The site no longer works since my ChatGPT API key has expired!)

文件列表:
.env.example (34, 2023-05-13)
LICENSE (1070, 2023-05-13)
index.html (370, 2023-05-13)
package-lock.json (128924, 2023-05-13)
package.json (920, 2023-05-13)
postcss.config.js (80, 2023-05-13)
public/ (0, 2023-05-13)
public/DocWizScreenShot.png (314765, 2023-05-13)
public/Error.wav (318030, 2023-05-13)
public/Icon.webp (3236, 2023-05-13)
public/Success.wav (142926, 2023-05-13)
src/ (0, 2023-05-13)
src/App.jsx (1200, 2023-05-13)
src/Components/ (0, 2023-05-13)
src/Components/ChatGPT.js (1249, 2023-05-13)
src/Components/CopyButton.jsx (776, 2023-05-13)
src/Components/Data.js (591, 2023-05-13)
src/Components/DownloadButton.jsx (1113, 2023-05-13)
src/Components/Particles.jsx (2651, 2023-05-13)
src/DocsGen.jsx (9561, 2023-05-13)
src/index.css (778, 2023-05-13)
src/main.jsx (231, 2023-05-13)
tailwind.config.js (181, 2023-05-13)
vite.config.js (197, 2023-05-13)

# Documentation-Wizard DocWizardScreenshot Active Link: https://syntaxwarrior30.github.io/Documentation-Wizard/ Introduction
This is a documentation generator that utilizes Vite + React, Tailwind CSS and ChatGPT 3.5 Turbo API.
This documentation generator is designed to provide an efficient and user-friendly experience for
developers who need to generate documentation for their programming projects. Features
Generates high-quality documentation for programming projects.
Ability to detect the current programming language being inputed.
Ability to download or copy the generated documentation.
Utilizes Vite and React for a modern, fast, and responsive user interface.
Uses ChatGPT 3.5 Turbo for intelligent and natural language generation.
Run Locally
Clone the project ```bash git clone https://github.com/SyntaxWarrior30/Documentation-Wizard ``` Go to the project directory ```bash cd Documentation-Wizard ``` Install dependencies ```bash npm install ``` Rename `.env.exmaple` to `.env` and input your OpenAI API Key in the format shown below.
``` VITE_API_KEY={Your OpenAI API Key} ``` Run the development server ```bash npm run dev ```

近期下载者

相关文件


收藏者