Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted

    Ip Address Tracker

    • HTML
    • CSS
    • JS
    • API

    0


    Hello everyone!

    I guess layout and funcionalities are all nice. I just would like to add a verify function in input to check if it is a ipv4, ipv6 or a domain. Suggestions?

    Thank you and happy code to you all!

  • Submitted


    Hello everyone!

    I know it may not be perfect, but i'm really proud of it!

    I've could create a logic to the game, and after was able to implement it in code. And the result is very satisfying, in my opinion. I mean, you can cleary notice if you had won or lost, you can notice your and machine choice, and you can keep playing and playing and playing...

    there is some issues in desktop layout, but that is cause i've used mobile first concept. I'm gonna fix it as soon as possible. But in mobile I guess it is fine!

    I hope you enjoy it and I would appreciate to get some suggestions (especially about JS)

    Regards!

  • Submitted


    Hello!

    Just trying mobile-first concept in a project. I'm going to add desktop media queries after.

    Suggestions will be welcome!

  • Submitted

    To-do List

    • HTML
    • CSS
    • JS

    2


    Hello!

    It's my first time trying to implement a dark mode theme, and it was more difficult than i've thought.

    First of all, creating an empty div and then populate it with classes and events through JS code required a lot of attention as they were "a div inside another div inside another div...and so on"

    after, I couldn't turn 'checkbox' input into rounded instead a square box, so I created a div (through JS) and then put a style on it in css. Visually speaking, it worked! Functionally speaking? well...I can't confirm this since I still haven't added the functionality to confirm the check by the user.

    Anyway, my logic in JS seems to be working, but I don't believe it's following good patterns.

    if anyone can give any suggestions related to the whole project, it will be welcome and I will be grateful!

    I hope you enjoy it! Regards!

    P.S: I still intend implement media queries, but for now it's ok

  • Submitted


    Hello there!

    well, that one really was a good way to practice how to consuming an API. I decided to upload Json file in Amazon Web Server and use it with FECTH as we do with an API.

    Besides that, i was able to use for first time grid layout in a project. Before that, all i knew about grid layout was theoretical. And I'm still learning it!

    I guess the result are good. BUT, there are 2 things I would like some sugestions

    first one: I sense that in "addEventListenner" i could have used some loop in it. The question is: how?

    second one: In grid css, how can I set a fixed width in the squares (cause when renderizing new data, the square's width seems to adapt and i don't want it. I want a fixed width.

    any suggestion?

    in time, regards and I hope you all enjoy it!

  • Submitted

    Tip Calculator

    • HTML
    • CSS
    • JS

    2


    Hello!

    Well, I've spent a few days in this one fixing js and logic, but this time I guess it is good!

    I hope you enjoy it!

    Regards!

  • Submitted

    Advice Generator App

    • HTML
    • CSS
    • JS
    • API

    1


    Hello!

    I've enjoyed using API in a project! I'm studying exactly how to make requests in APIs and projects like these are such a excelent way to practice!

    Greetings!

  • Submitted


    Hello,

    this is my fourth commit. This time a guess i've implemented 90% of JS functionalities and the project just need some minors adjustments in CSS. But major objectives like "navbar functionality", "feature/company open-close" it is there.

    I know there would be better ways to construct the layout and the code, but that's it! I hope you enjoy it

  • Submitted


    I've used an image with a cyan background with a view symbol in it center with opacity 0, then when "hovered", it change to opacity 0.4. I'm sure that its not the best solution, but that was what i've tried.