Hyper Sketch 2000 is a web application that allows the user to search for pictures posted on Flickr, edit them and store them in a MongoDB database. It was build using jQuery for DOM manipulation and p5.js for editing the pictures.
By clicking the Search Flickr button, the user can look for pictures posted on Flickr that match a particular search term.
When looking at the search results, the user can click the Open in Editor button to access the editor view of that particular picture.
In the editor view, many options become available. It is possible to edit the title and author of the picture and draw over it using the pencil. Clicking on a different color will change the color of the pencil.
By clicking the Save button, the user can save the current modified version of the picture in the database. An alert will appear letting the user know if the image has been correctly stored.
By clicking the Search Saved button, the user can look through all the pictures stored in the database. It is possible from this view to delete individual images or open them in the editor.
Free Draw Mode provides the user with an empty Canvas for quick sketching.