Skip to content

Build an AI-Powered Code Reviewer using React JS, Tailwind CSS, and Gemini API.

Notifications You must be signed in to change notification settings

vk20july/Debugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

const sum = (a, b) => {
  const bigA = BigInt(a);
  const bigB = BigInt(b);
  return bigA + bigB;
};

```javascript
const sum = (a, b) => a + b;

About

Build an AI-Powered Code Reviewer using React JS, Tailwind CSS, and Gemini API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published