A simple Linktree-esque website to hold important links so that I don't have to choose which link to put whenever I am prompted with a single input for that.
Check it out live here!
Technologies | Project | Learnings
- HTML
- CSS
- JS (Vanilla)
- Git & Github (lol)
- Figma
Often times we have more links to share than we have inputs in some apps (looking at you, Instagram). As I am planning on increasing my online presence, it was important to have a "link aggregator".
I definitely could use Linktree's free plan for it but my needs seemed to be simple enough that I could code it myself!
It was a humbling experience to go back to plain HTML / CSS / JS after years working in a JS / framework-heavy environment.
Specially in CSS-land, I've learned how to toggle light and dark mode in a sane simple way through CSS variables.
Note to self: for simple projects like this one, there's definitely no need for a framework!