Code Monkey home page Code Monkey logo

whiteboard-ide's Introduction

whiteboard-ide

This repo contains the source code for an Android app built to make the life of a technical interviewer easier. It was built with Java, and the Azure Computer Vision API from Microsoft.

Introduction

Interviewing candidates for Software Engineer positions has largely stayed the same for a number of years. The most widely used strategy for testing coding knowledge is the whiteboard interview. Most questions asked in whiteboard interviews are difficult in nature, but don't require hundreds of lines of code to solve. This app was created to allow the interviewer to immediately see the output of these smaller chunks of code instead of needing to run through it manually or typing it into an IDE.

Purpose

  • Allow interviewers to take a picture of a chunk of code, and immediately translate it into text on their phone
  • Provide editing functionality in case the code is not read properly from the photo
  • Run the code and display the output on the phone

Challenges

  • Designing the UI, as UI design is not one of my strengths

What's Next

At the moment, the app supports Java and C++ code. I want to expand this further to include other languages in the future.
As well, I would like to try to port this app idea to iOS eventually.

Screenshots

Licensing

This project is open source, so please feel free to fork it and add your own features.
One requirement to run this app is the creation of a "secrets" xml file. This will house your Azure Computer Vision API key, and Jdoodle API ID/secret. You must make the file: app\src\main\res\values\secrets.xml, with the following format:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="image_processing_api_key">AZURE_API_KEY_HERE</string>
    <string name="jdoodle_client_id">JDOODLE_API_ID_HERE</string>
    <string name="jdoodle_client_secret">JDOODLE_API_SECRET_HERE</string>
</resources>

whiteboard-ide's People

Contributors

harrisonturley avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.