This is an online code compiler that allows users to input code through the frontend, which is built using React and Tailwind CSS. The backend, powered by Node.js, takes the user's code, runs it locally, and returns the output to the client.
-
User-Friendly Interface: The frontend provides a clean and intuitive interface for users to input their code.
-
Code Execution: The backend executes the provided code in a secure and controlled environment.
-
Output Display: The output generated by the code is displayed on the frontend for users to see the results.
-
Frontend
- React
- Tailwind CSS
-
Backend:
- Node.js