I don’t really see any websites that allow you to practice webdev skills asides from JS. Maybe ask the user to make like a project or a simple website with the things they want implement and have them rank it and stuff?

  • alunyanners 🏳️‍⚧️🇧🇩@lemmygrad.mlOP
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Thank you for the learning resources, but like I said in another comment, I wasn’t looking for learning resources. I’m looking for places where you can practice HTML+CSS, places that tasks you to make a website/webpage, as like practice/exercise.

    I guess you’re suggesting me to try and replicate sites/webpages I may come across Neocities? (I heard of the place btw, I might make a site there soon)

    As for hosting a webserver locally, I’m using the Live Server extension on VSCode (ok it’s VSCodium but still), will that be enough for now?

    • punk_outcast@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Small update: So I found something that may help you out a bit. It’s a resource with 40 challenges (code is provided if you choose to look at it) for different effects.

      URL: https://blog.bitsrc.io/40-html-css-projects-for-beginner-2021-5bd01ff62361?gi=119d34df83af

      There’s a lot in here that I haven’t experience in producing on webpages, so I may use it when I feel inspired to take another crack at it. Still not a Project Euler, unfortunately. Most people seem to just freestyle their web development to gain experience and practice.

      Again, I apologize if this isn’t quite what you’re looking for.

    • punk_outcast@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      You’re welcome for the resources. I think I may have slightly misinterpreted your intentions.

      I guess you’re suggesting me to try and replicate sites/webpages I may come across Neocities? (I heard of the place btw, I might make a site there soon)

      Yes and no. I was more thinking of you seeing interesting effects created by people on their webpages and trying to reproduce those effects. I am not too sure of any resources that function like Project Euler, for web design, unfortunately. I would actually like to know if there’s anything out there like that too (I hope so).

      I look forward to seeing your site, if you decide to share with us.

      As for hosting a webserver locally, I’m using the Live Server extension on VSCode (ok it’s VSCodium but still), will that be enough for now?

      That should do just fine. As long as you can get the site up and running and visit it on your LAN, it’ll do the job.

      Sorry I couldn’t be of more help on this.