Abidsyed25 / Code-Assist

Code Assist is a AI tool useful for developers

Home Page:https://code-assist-ai.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Assist AI

Welcome to CodeAssist, your AI companion for writing production-level code. It is powered by OpenAI technology and has two tools:

  1. Code Refactor - can be used to refactor messy codes into bug-free and optimized codes
  2. Code Review - explains code in layman terms for code review

Demo

codeassist.mp4

Frontend Deployed here - Code-Assist-Ai

Steps to setup project locally

Step-1 : Install Nodejs on your local machine

Step-2 : Clone the GITHUB Repository.

Step-3 : Setup Backend Locally

Move to backend folder

create a .env file and add your openai-api-key

use below command to run it locally :

npm start

step-4 : Setup Frontend

option-1 : Use already deployed frontend - code-assist-ai.netlify.app. It is already configured with local machine for backend endpoints.

option-2 : Move to Frontend folder

run below commands to run it locally

npm install
npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Code Assist is a AI tool useful for developers

https://code-assist-ai.netlify.app/

License:MIT License


Languages

Language:JavaScript 92.5%Language:HTML 7.2%Language:CSS 0.3%