Inspiration
Inspired from the chatgpt. A separate AI tool would be better for coding purposes and debugging rather than all in one tool like chatgpt.
What it does
It 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
How we built it
We built the whole frontend using react library and the backend using the express framework. Integrated the openAI's GPT-3.5 api in backend using the openAI library in npm.
Challenges we ran into
Needed to build a code editor in the frontend. Researched a lot to find any already built libraries for code editors. It took a lot of time to find the good library and integrate it with the project according to the requirements.
Accomplishments that we're proud of
Made a complete end to end web application powered by openAI which is helpful for the coders.
What we learned
I learnt how to integrate openAI api with the software applications.
What's next for Code Assistant AI
Looking to add more features which are useful to coders.
Built With
- express.js
- openai
- react.js
Log in or sign up for Devpost to join the conversation.