Skip to content
/ Codify Public

An online interface for code evaluation using the Judge0 API (v1.0)

License

Notifications You must be signed in to change notification settings

pmj642/Codify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codify v1.0 💥 ❕

About 💭

Codify is an Online Interface for code evaluation. It executes the code submitted by user and displays the result back to the user.

How it works ❓

Codify uses Judge0 API to evaluate code and displays the result obtained from the API. Hence, it is only an interface. It also supports functions like uploading questions along with testcases to the platform, ranks based on number of questions solved and an IDE to run code.

Progress 💯

  1. Uploading new challenges ✔️
  2. Ranking users based on correct solutions ✔️
  3. Running any program and validating it against any specified output ✔️
  4. Submitting solutions to the challenges hosted on the platform ✔️

Technologies used 📝

Frontend 🌹

1)	HTML5
2)	CSS3
3)	Vanilla JS

Backend 💣

1)	PHP (no framework)
2)	MySQL & PostgreSQL