Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.31 KB

File metadata and controls

47 lines (28 loc) · 1.31 KB

Code Converter, Debugger and Quality-checker Application

Seamlessly convert code snippets between multiple programming languages. Identify and troubleshoot bugs with step-by-step debugging and stack trace analysis. Ensure code adheres to industry best practices and coding standards.

Deployment

Backend is deployed on Render: Backend Link

Frontend is deployed on Vercel: Frontend Link

Tech Stack

React.js Tailwind CSS Node.js Express.js OpenAI

Run Locally

Clone the project

  git clone [email protected]:Abhi0049k/Code-Converter-Debugger-QualityChecker.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start