Skip to content

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!

Notifications You must be signed in to change notification settings

wrongsahil/hackIDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackIDE

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!

####Visit - hackIDE | Online Code Editor, Compiler & Interpreter

Screenshot-

Screenshot for HackIDE

How to run the server locally

$ python manage.py collectstatic
$ HACKIDE_DEBUG=true python manage.py runserver

Note that the IDE may not show up without a valid api token from HackerEarth. To specify the HackerEarth api token, supply it with HE_CLIENT_SECRET as a command line argument.

$ python manage.py collectstatic
$ HE_CLIENT_SECRET=your_token_here python manage.py runserver

TODO

  • Add "Download code as a zipped file" option
  • Implement "Save code on cloud" feature
  • Implement profiling system allowing users to make their profiles and saving codes in their profiles

About

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.0%
  • HTML 28.2%
  • Python 27.7%
  • CSS 5.1%