Melodium
Melodium
KPCKevin Powell - Community
Created by Melodium on 5/1/2024 in #front-end
animation-timeline-view header from kevin's video
I saw kevin's video about how we can customize the header after certain point when scrolling. I tried the same effect but the header stops sticking after a certain point. Code 👇
13 replies
KPCKevin Powell - Community
Created by Melodium on 3/12/2023 in #back-end
Cannot push changes to github
In the terminal, I've given the following commands:
git remote add origin REPOSITORY_NAME
git remote add origin REPOSITORY_NAME
git branch -M master
git branch -M master
when i try to push changes using git push -u origin, it said I've to enter git push --set-upstream origin master. When i did, I got this error
error: src refspec master does not match any
error: failed to push some refs to 'REPOSITORY_NAME'
error: src refspec master does not match any
error: failed to push some refs to 'REPOSITORY_NAME'
What is stopping me?
29 replies
KPCKevin Powell - Community
Created by Melodium on 2/27/2023 in #front-end
Problem on making class active on click
https://codepen.io/GiteenShiro/pen/dyqOgjp pen of my code. When I hover on the image, a dropdown kinda thing pops-up. There are themes in it, when I click one of it, there is no active class in that element. Why does that happen
12 replies
KPCKevin Powell - Community
Created by Melodium on 12/6/2022 in #front-end
A Typescript doubt
I've always seen that most of the devs use ts instead of js. and always wondered what does the <> aside the variable does, like this Something<something>. Idek the name of that thing. Please clear this doubt
12 replies
KPCKevin Powell - Community
Created by Melodium on 11/22/2022 in #front-end
Problem with 'position sticky;'
38 replies
KPCKevin Powell - Community
Created by Melodium on 11/20/2022 in #front-end
Which API to use to use play music in our html page?
33 replies
KPCKevin Powell - Community
Created by Melodium on 11/19/2022 in #front-end
Problem with height when the page is zoomed higher
I'm building a responsive website which is accessible in almost all devices I've made a div with a height, which works well in 75% zoom, but when zoomed more than 100% I want the page to be scrolled and the div with the same height, but what it does is that it shriks down and down completely. What CSS property can be used to make its height fixed in a particular zoom level and make the page to be scrolled? Here's the code. please help
24 replies
KPCKevin Powell - Community
Created by Melodium on 11/16/2022 in #front-end
Unknown Error of using 'watchify' npm package
49 replies
KPCKevin Powell - Community
Created by Melodium on 11/16/2022 in #front-end
Confused about which API to use to get data from spotify and display it on webpage
I am making a page where if I search for a track, it should get the results and return it to show it on my page. But I'm confused which api to use because I thought npm package would it do it. I'm not using any of the JS frameworks, just the vanilla javascript. Please help me to proceed :(
8 replies