Welcome to CodeAssist, your AI companion for writing production-level code. It is powered by OpenAI technology and has two tools:
- Code Refactor - can be used to refactor messy codes into bug-free and optimized codes
- Code Review - explains code in layman terms for code review
codeassist.mp4
Frontend Deployed here - Code-Assist-Ai
Move to backend folder
create a .env file and add your openai-api-key
use below command to run it locally :
npm start
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
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.