Skip to content

michyking/Beaches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I built the web page from the given HTML snippet. The rule is not to edit the HTML source code directly so CSS and JavaScript were my tools in achieving this design.

  • With JavaScript DOM manipulation, I was able to create and insert 3 important elements to the source HTML file.

    1. Search Input
    2. Images
    3. Buttons
  • To make the page interactive, I hid the beach description and showed it whenever the button was clicked.

  • Used CSS and JS to add a little animation to improve user experience.

My goal was to create an interface that is visually appealing, highly functional, and most importantly simple. Enabling users to easily discover and learn about different beaches worldwide.

The entire process was full of ups and downs, to be honest, but I did enjoy exploring my coding creativity. I encountered some hurdles along the way, but I am particularly proud of the simplicity of my design. As a first-time developer, I am really happy with my results and look forward to taking on more future challenges.