Skip to content

TJRelly/coding-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Wizard AI

Code Wizard is an AI-powered JavaScript app that provides coding assistance. It is accessible through a user-friendly interface, and by simply typing a question, the AI will provide a relevant response.

Table of contents

Overview

Objective

  • To create a project simialar to ChatGPT

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS
  • Flexbox
  • Vanilla Javascript
  • Vite
  • Node JS
  • Express JS
  • OpenAI API

What I learned

Through this project, I enhanced my knowledge of APIs by integrating and utilizing OpenAI's machine learning model.

 const response = await fetch('https://coding-ai-bb71.onrender.com', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      prompt: data.get('prompt')
    })
  })

Continued development

  • Create a landing page
  • Implement sign-in functionality
  • Introduce code collaboration features

Author

Acknowledgments:

About

Coding virtual assistant using ai technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published