This post is for sharing the code for a Youtube tutorial. In this video we are writing a carousel slideshow from scratch using HTML, CSS and Javascript. We are not using any libraries but instead we are going to configure the browser scrolling to get a nice transition animation between the slides.
Category: web
Create a Responsive UI Navbar with HTML & CSS (Youtube tutorial)
This post is for sharing the code of a Youtube tutorial. In modern UI development we need to write websites that change according to the devices of our users. This is called responsive design. One component that changes significantly is the navigation bar. Because mobile phones are narrow, the website navigation is moved to a… Continue reading Create a Responsive UI Navbar with HTML & CSS (Youtube tutorial)
Call an API with plain Javascript (youtube tutorial)
This is the source code developed for a Youtube tutorial. We’re calling the Hackernews API and displaying the results in a list. We’re not using any frameworks, so just plain (vanilla javascript).