althepal78
Explore posts from serversKPCKevin Powell - Community
•Created by althepal78 on 10/25/2024 in #front-end
Looking for a free decent nba api, Node Hosting
Looking for a free NBA api. I found one but the option to select the one team section is not working. To much work to do to get the information I am currently looking for if I can even get one. I also use iPage and Bluehost, funny because bluehost is the parent company to iPage lol, and neither of them provide a free way to host NPM packages. So is there a similar hosting site to host my sites where I can use Node and NPM so I have a reason to learn REACT or VUE again. I don' t want to have to use AWS or Azure or anything like that. So if I can I would like to use the database it allows me to make and wonder if there is a work around that?
12 replies
KPCKevin Powell - Community
•Created by althepal78 on 9/4/2024 in #front-end
Youtube Api
I have been using fetch since I created my fishing channel site and added new videos. I don't seem to find anything on how many videos from a certain playlist the fetch will receive. I currently have 10 videos on that one playlist. I am only getting 8 on the call is this normal I can't find any documentation implementing only 8 returns max
7 replies
KPCKevin Powell - Community
•Created by althepal78 on 7/4/2024 in #front-end
overflow-x: hidden; overflow-x: clip !important; overflow-x: hidden !important;
I am trying to use this but it seems to not work no matter where I put it, I want to add it mainly for the header section when I am using the query for anything less then 650px wide. however when I do that and go to the section it don't show an arrow but still lets you slide over to the right . I am going to show you the css that my code is rendering versus breaking down the sections of scss. If I have to I will show you how I am using sass to work with this maybe it is that.
59 replies
KPCKevin Powell - Community
•Created by althepal78 on 7/1/2024 in #front-end
Trying to make this animation look smoother
I am trying to make the boat look smoother with keyframes animations
19 replies
KPCKevin Powell - Community
•Created by althepal78 on 6/9/2024 in #front-end
Scroll-snap and smooth scrolling
So I have this scroll snap and I am trying to use it and smooth scrolling going left and right. I have some code here but once I add scroll-snap it stops it from scrolling smoothly. Additionally how can I get rid of the scrollbar and have the same affect?
3 replies
KPCKevin Powell - Community
•Created by althepal78 on 6/3/2024 in #front-end
pirate scroll theme
I am trying to make a site where the sections roll down like a pirate scroll and when changed out or in transition roll back up until the section is in view. I have no idea where to start but I am trying to do it for my site @ https://www.fishingwithdummies.site
22 replies
KPCKevin Powell - Community
•Created by althepal78 on 5/18/2024 in #front-end
animation to make List Items, "LI", float to the top like a bubble
Where could I look up lessons to do this or does anyone know how could this be done easy or easier
9 replies
KPCKevin Powell - Community
•Created by althepal78 on 4/3/2024 in #os-and-tools
bash wsl command not found
114 replies
KPCKevin Powell - Community
•Created by althepal78 on 4/1/2024 in #front-end
azimuth degrees into Cardinal Point
So I am trying to find out if there is a json file somewhere that would have the degrees and allow me to use it to turn degrees into north and north west. I am still working on my weather app but keep running into bumps in the road, like I had to reset my computer and lost what I was working on lol
I am just using JavaScript
6 replies
KPCKevin Powell - Community
•Created by althepal78 on 3/12/2024 in #front-end
working with api's using fetch
I am trying to figure out why this is not working properly. I keep getting undefine when I console.log(data)? and when I do something to mess it up on purpose the browser the .catch statment says it is wrong but I copied it from the docs and the only difference is that I put er instead of error
37 replies
KPCKevin Powell - Community
•Created by althepal78 on 1/21/2024 in #front-end
can you defer a sass media query
I am trying to do what I saw KP do in his folder setup, however, my media query goes a head of my actual code. I have separated it and I have to use the @use on the top meaning when it imports the query for some reason haves to go on top in the css file.
Is there a way I can make it that the media query actually goes after this using partials in scss ?
45 replies
KPCKevin Powell - Community
•Created by althepal78 on 1/14/2024 in #front-end
@use instead of @import
So my dilemma is I used to import a _header.scss so it could have all the code for the nav in that area but how would I do something like that with @use since sass is trying to get away from @import 😉
22 replies
KPCKevin Powell - Community
•Created by althepal78 on 12/6/2023 in #front-end
advent of code help
I am trying to see if anyone can help me redo my code I am struggling with my code. It seems like it worked but then it does not
3 replies
KPCKevin Powell - Community
•Created by althepal78 on 11/26/2023 in #front-end
scaleX()
So I understand how to use the typical css scaleX() but I am wanting to do is confusing. First I want to make a hover effect that allows me to make a button looked like it grew to the right, however I am getting it gowing from the middles and moving from the center out. I am confused how to do this
20 replies
KPCKevin Powell - Community
•Created by althepal78 on 11/26/2023 in #front-end
using * and box-sizing etc..
So I see KP do this
what is the difference between that and
33 replies
KPCKevin Powell - Community
•Created by althepal78 on 4/27/2023 in #front-end
tailwind
If I am using tailwind and want animate bounce to bounce once how can I make that happen
4 replies
KPCKevin Powell - Community
•Created by althepal78 on 1/18/2023 in #front-end
Create a div with no content then add a border when content is created or added to it?
So that is what I am trying to do. I have been searching for it because I thought I saw it but can't find an answer. Is there a way to do this with just SCSS?
18 replies