Open comments for this post
I am currently building a website that shows you random Wikipedia articles as a preparation for another project :)
Today, I spent like twenty minutes implementing a language system which allows the user to select their target content language.
It was kinda annoying because I chose to stick to html select and option elements. The problem is that the styling options for option elements are limited. Like really really insanely limited. So it looks kinda.. not good rn
That’s why I plan on switching to an alternative that does not rely on these HTML elements in the future
Open comments for this post
Today, I wanted to gain some familiarity with the Wikipedia API in preparation for another project I am working on.
So I programmed this little website that shows you a random Wikipedia article with the press of a button.
Today I wrote all the basic HTML, CSS and JavaScript code, added functionality to actually show you the article and pushed to GitHub. I then spend what feels like an eternity trying to make the website work for mobile users (was relatively easy tho once I figured out how lol)
The project is almost finished, I just need to implement some functionality to show articles in other languages :)