Here is the "big brain place", but i'm sleepy and I'll let it for later.
View Demo
·
Report Bug
·
Request Feature
It's a simple application to evaluate javascript codes like URI Online Judge and SPOJ, but with two major differences:
- The developer / student don't need to perform any input sanitisation. (All variables described in the problem statement are already initialized before script evaluation)
- All test cases are visible. It can be changed, but this application was planned to be friendly to new javascript programmers (and was written by one :P)
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/zJoaoP/Javascript-Evaluator.git
- Install NPM packages
npm install
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
João Pedro Brito - contato.joaocomp@gmail.com
Project Link: https://github.com/zJoaoP/Javascript-Evaluator