Skip to content

Tag: frontend

Responsive dotted lines among the images

I’m trying to create a responsive dots connecting among the images like below. I’m able to achieve this with CSS, but the layout is collapsing when I tried to change the image widths or parent div width. How can I make this layout work for all screens and image dimensions? Here is my code link: ht…

Shuffling Text Animation with CSS/JS?

I want to display the word ‘Hello’ on the home page of a website. I used CSS to make the ‘Hello’ transition up as the page loads in the beginning. I would like to implement a shuffling animation that randomly shuffles between the word Hello in different languages. I would like to do so…

Output data from form on the page react

I am writing todo app. There are main files in my directory now: App (rendering main page with header and buttons) TodoForm (create a form) TodoBox (generating list of tasks) And the question is: how I can pass the state from TodoForm to TodoBox in App (it is initialize as an empty array now). I want to outpu…

How to use Document Object Model in TypeScript?

I’m extremely new to typescript (and JavaScript for that matter), I think I’ve mastered the fundamentals when it comes to TypeScript (variables, arrays, if/else statements etc) but I would like to add functionality to my static webpages and I can’t keep using console logs obviously. My exper…