Skip to content

This project is an image board where users can upload and describe own travel images or view and comment on pictures other people have added to the board.

Notifications You must be signed in to change notification settings

mrietzl/travelers-imageboard

Repository files navigation

Life is a journey – a travelers image board

This project is an image board for a travel community where users can add their own experiences captures by a picture. They can upload it, set their username, a title and a describtion to the image. They can also view or even comment on other pictures.

The project was made at the SPICED Academy within my Full Stack Web Development Bootcamp (Nov. '21 to Feb. '22)


Features

  • upload files (images)
  • aws simple cloud storage (s3) is used to store the uploaded pictures
  • add a title, a username and a description to the images
  • error handeling for mandatory fields
  • feedback message shown for succefully uploaded images
  • view a board of all the images users have added to the board
  • open and close an overlay component which shows the full picture, title, description, username and date of uploading
  • comment on uploaded pictures
  • routing for revisiting image urls (browser history API)
  • individual branding with infographics, icons, favicon and color scheme
  • hover effects and filters
  • scrolling of components
  • loading more pictures from the data base (pagination)
  • linked elements within the footer to another project

Technology


Screens

image board

The main screen shows the image board with the six latest uploads of images, followed by title, an extract of the description and the username of who has added the picture. If there are more images captured in the data base, the visitor can load them via the button below. The input fields on top allow to upload an individual travel experience. Username, title and image are madatory; the description is obligatory. The input fields have a error handeling in case one or more mandatory fields are not filled out. If the upload was successfully a short message pops up to thank for sharing the expierence on the image board.

The pictures on the image board are shown in black and white; by hovering, the cursor will appear with the logo and the picture changes to colors.

In the footer section, the user will find a link to another project I have done within the Spiced Bootcamp.

image board screen

components

By clicking on a picture of the image board, an overlay will pop up. It shows all the details about the image (username, title, description, date of uploading). Additionally, there is a possibility to leave a comment below. A back button on top brings the user back to the image board screen; the overlay will disappear.

components screen


© 2022, Michèle Rietzl