Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Code Runner is an online portal where a user can code in various languages and get the output of the program. Compile time and Run time errors are also shown. User has the ability to add custom input also.

![](https://i.imgur.com/8zOVrfH.gif)

## Future Implementations

1. Code saving in LocalStorage
Expand All @@ -10,8 +12,7 @@
4. Keyboard Control
5. Refactor
6. Code annotation and an open chat for particular code. (Useful for a user to help debug other's code)



## Currently Supported Languages
1. Python
2. Java
Expand Down