Instagram-inspired, single-page application website leveraging Vue.js where anyone can post an image of their choosing, add a title and description, as well as comment on images. The theme of this imageboard is the cosmos beyond our planet.
-
Uploading Images
Users can upload images to the board. -
Comments
Users can comment on images. -
Alerting Users when new image has been uploaded
Using a recursive function, users are alerted when new images have been uploaded to the site since they arrived via a notification. Clicking the notification will render the new images without the need to refresh the page.