I just like to build with HTML CSS JS no libraries
Here’s one: https://theunstoppableranch.org/
There is probably some embarrassing stuff… I’m new-ish to doing this — self taught but I’ve done a lot of projects, never got the fundamentals though.
Here’s one: https://theunstoppableranch.org/
There is probably some embarrassing stuff… I’m new-ish to doing this — self taught but I’ve done a lot of projects, never got the fundamentals though.
Comments
There's still some fundamental stuff I'm absolutely sure I lack especially since I came up in a time before ANY of this was taught in schools. If you just focus on improving that's what matters.
I've been making websites for work for years now though. (started with social media marketing internship)
I didn't plan on it. And since I started, I never planned to use any code, thinking I would just use various builders and maybe SOME custom CSS when needed.
I’m big into using CSV or even Google sheet in static site so customer can just edit a spreadsheet to update there site!
I'm not crying! Uuuuuugh.
they all have crazy (terrible) stories
but now they are loved and have a big family
Honestly, that's all most people would even need and could be dressed up with a "form" front-end to allow some minor text formatting.
fetch("dogs.csv")
.then(response => response.text())
.then(csvText => {
dogsData = parseDogsCSV(csvText);
then from that data it creates the gallery and if you click on gallery item it shows a modal popup.