Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added .gif to readme.md (#2) #7

Merged
merged 3 commits into from
Oct 19, 2017
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