A responsive & interactive website built with vanilla JS, HTML, CSS.
· Responsive Grid/Flex design
· Interactive navigation bar when scrolling.
· DOM event throttling, used to improve on-page performance while listening to events that are based on screen position.
· Animations that trigger based on screen position.
· DOM manipulation, adding/removing of elements.
· Contact form, POST by Formspree
Run:
python3 -m http.server 8000
Visit:
localhost:8000