Create a working proof of concept of one of the following applications which meets all of the minimum requirements. The application may be written in any programming language(s). The application should be sent with the following:
● All of the source code required for building
● A completed binary of the application (if applicable)
● Any required database files (if applicable)
Each application requires a README. Please ensure the README includes the following components:
● Which application you choose to develop and why
● How to use/test the provided application
● What Operating System (+ service pack) and libraries are required
● Any design decisions or behavioral clarifications that illustrate how your program
functions and why
● If you use any external libraries or codesnippets, you must provide the following
information for each: ○ Name
○ Version
○ Purpose
○ License
○ Website(s)
● What tools/libraries (and versions) are necessary to use and test your application
Note: Please ensure any database used will be easy for us to set up and use, and is documented in the README (self contained databases like SQLite and LevelDB are far easier to setup than MySQL, PostgreSQL, or hosted databases).
Postcard Creator
Create a web application that takes image input from the user (e.g. drag and drop, file upload, web camera, etc.), modifies the image, and sends it as an email to a specified recipient.
Minimum Requirements
● Captures image data from the user (preferably from a webcam)
● Modifies the image data to contain a message (preferably using HTML canvas)
● Sends an email containing the modified image as an attachment
● Onscreen instructions / help
● Graceful error handling
Bonus Points
● Support of multiple browsers
● History of previously sent images
● Full unit tests
● Integration test procedures
● Capture multiple images and create a gif
● Geotag images
We need at least 10 more requests to produce the answer.
0 / 10 have requested this problem solution
The more requests, the faster the answer.
Create a working proof of concept of one of the following applications which meets all of...