Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.75 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.75 KB

Flex Programming Task

In order to be considered for the Flex position we ask you to complete the following steps.

Note: This task should take no longer than 1 hour to complete. Please read the entire project spec before you start work.

Prerequisites

  • This task requires some ActionScript3, Flex and git knowledge.
  • You will need to have a Flex IDE (Flash Builder ideally) installed to complete this task.

Task

  • The goal is to build a simple LaTeX editor which returns a gif image to Flex based on an equation the user enters into a text field similar to the one you can see at http://www.codecogs.com/eqnedit.php. The user can also click buttons to create the equation.
  1. Fork this public repository (if you don't know how to do that, Google is your friend)
  2. Create a Flex 4 project with a src folder to contain your code.
  3. In the src directory, please create a Flex app that accomplishes the following:
  4. Comment your code where you feel appropriate

Once Complete

  1. Commit and Push your code to your new repository
  2. Send us a pull request, we will review your code and get back to you