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.
- The provided web interface is designed to be user-friendly, allowing easy access and interaction.
- Users can upload code files in various programming languages and have them processed.
- Code snippets can be executed, and results are provided in real-time.
- The interface can generate detailed pdf reports that include code outputs and other relevant information.
- React.js
- Node.js
- Tailwind CSS
- Firebase
- Piston API
In order to operate the application on your own device, you need to follow these steps:
git clone https://github.com/KIET7UKE/Jod-Builder.git
cd Jod-Builder
npm install --force
Create a new Firebase project.
Update the Firebase configuration in src/firebase/firebaseConfig.js
with your own Firebase project details.
npm start