Vacant Art is a web app that allows users to sign up and upload images to their account to then be approved with an admin system. Coded with HTML, CSS, Javascript, jQuery, MySQL, and PHP
The design of Vacant Art is simple and easily learnable. A single page with a comination of light boxes allows the ease of use for the users.
A single web page can be quite long. However, a sticky menu has been implemented to be displayed within a certain height. This eliminates the tedious task of scrolling too much.
Users can sign up for an account where the information is stored in a database. Passwords are hashed to increase security of the users.
After sucesfully logging in, users can choose a file from their hard drive and upload an image. Filling out the artwork name input will rename the image stored in the database.
After uploading an image, users can check that their image was uploaded and its status whether it was approved or pending.
The admin system allows admins to approve of artworks uploaded by all users. The table and database will be updated dynamically.