DhanushNehru / CustomCodeEditor

A web-based tool that allows users to write, test, and execute code in various programming languages seamlessly
https://custom-code-editor.vercel.app/
Apache License 2.0
24 stars 26 forks source link

To add a prompt showing the user limit per day #29

Open DhanushNehru opened 4 months ago

DhanushNehru commented 4 months ago

The custom code editor currently uses the free tier version of judge0 , so the requests is limited to 50 requests per day.

Need to add this prompt to users who are currently using the system

nikkivirtuoso commented 4 months ago

where we can show the number of requests on the code editor ?

DhanushNehru commented 4 months ago

@nikkivirtuoso just adding a prompt in the home page would be enough, just as note or instructions for someone using the app

No need to do operations based on error or so

doriroz commented 3 months ago

if tihs issue is still open, i can take it

kk7188048 commented 2 weeks ago

Can you review it now?