Skip to content

KIET7UKE/Jod-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jod Builder

Jod-Builder is a type of web application that caters to developers in their daily tasks. One of its features includes a platform for executing and testing code snippets in different programming languages. Whether you're just starting to learn a new language or an experienced developer debugging code.

Features

  1. The provided web interface is designed to be user-friendly, allowing easy access and interaction.
  2. Users can upload code files in various programming languages and have them processed.
  3. Code snippets can be executed, and results are provided in real-time.
  4. The interface can generate detailed pdf reports that include code outputs and other relevant information.

Tech-Stack Used

  1. React.js
  2. Node.js
  3. Tailwind CSS
  4. Firebase
  5. Piston API

How to run locally

In order to operate the application on your own device, you need to follow these steps:

1. Clone the repository:
git clone https://github.com/KIET7UKE/Jod-Builder.git
2. Install dependencies:
cd Jod-Builder
npm install --force
3. Set up Firebase:

Create a new Firebase project. Update the Firebase configuration in src/firebase/firebaseConfig.js with your own Firebase project details.

4. Start the development server:
npm start