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


    Hello community.

    I've never really touched Angular so I wanted to give it a try - it's my first Angular built from scratch. I'm sure there are many things that could be improved on this challenge.

    I would appreciate any feedback, especially if anyone has suggestions on the following two questions:

    1. When the dice is clicked and the content of the map is updated, the height of the map changes immediately. Is there any way to set up a smooth transition of the height of the map when the content is updated?

    2, One thing that really frustrated me was the styling of the components. More specifically, that I couldn't style a child component in the parent component and that Angular makes its own tags around all components. Is there perhaps a repository or a good article that shows best the best-practice approach for styling Angular projects?

    Thanks a lot in advance!

  • Submitted


    Hi community.

    When developing React projects, I always used function components. Because I've never done a project with class components, I wanted to give it a try.

    Any feedback on this challenge is welcome, specially if anyone can give me hints how to improve with the logic of the class component and/or with the context API.

    Thanks a lot and have a nice weekend!

  • Submitted

    GitHub User Search App with VueJS

    #vue#sass/scss
    • HTML
    • CSS
    • JS
    • API

    0


    Hi community.

    Today I made my first steps with VueJS. :]

    Any feedback, inputs or advice's on how I could improve the logic of my app would be highly appreciated.

    Thanks and have a nice weekend!

  • Submitted

    Markdown Editor with NextJS, Redux, SCSS and JWT

    #next#react#sass/scss#redux
    • HTML
    • CSS
    • JS

    2


    Hi community.

    For this challenge, I wanted to challenge me and try to setup a login-system with NextJS. If there's someone who has experience with NextJS - I would highly appreciate to get feedback on how I could improve my login-system. Also any other feedback is welcome.

    Thanks in advance and have a nice weekend!

  • Submitted

    Clock App with SCSS, Gulp, Webpack and VanillaJS

    #gulp#webpack#sass/scss
    • HTML
    • CSS
    • JS
    • API

    1


    Hi community.

    For this one, I had no specific goal in mind. I just started to develop on my new Setup with the OS from Ubuntu and I wanted to get familiar with it.

    I used way to much '!important' in my scss and the logic for the toggle could be improved. If anyone has a hint on thoose two topics or anything else - it would be highly appreciated.

    Thanks in advance and have a nice weekend!

  • Submitted


    Hi community.

    My initial plan was to create a scene with Blender for the background and use it as an animated 3D background. However, it was quite difficult and I had many problems setting up the scene in the correct position and making it responsive to come close to the template. Because of this I changed my mind and my goals and made the background with plain CSS which worked not to bad in my opinion. Maybe I will come back later with more expirience in ThreeJS.

    Any suggestions and feedback are welcome - thanks in advanve!

  • Submitted


    Hi community.

    With this challenge, I wanted to have some fun experimenting with ThreeJS and Lottie's - and I didn't have any specific goals.

    Any feedback and advice is appreciated.

    Thanks a lot in advance!

  • Submitted


    For this challange I worked the first time with GSAP. Because I have a very long timeline, I was looking for a solution to not show the animation everytime the page gets loaded. My idea was to set a cookie which expires after one day after an user has visited the page. Within this day, the animation would not play again. This approach worked - but it has brought with it another obstacle. Now I had a flackering effect whenever the page was loading - beacause there were some miliseconds where I had to check if the cookie is setted or not. My solution now is, to set the opacity of the body per default to zero and show it when the page is ready to load. Although this solutions works, it feels more like a workaround.

    Has anyone expirence or ideas about how this could be done better? Also all other hints and advices are highly welcome.

    Thanks in advance!

  • Submitted

    Chat App CSS Illustration with Gulp and Webpack

    #gulp#webpack#sass/scss
    • HTML
    • CSS

    0


    I'm wondering how other developers manage the icons in their project. For this one, I used Nucleo - I created an icon set and generated an icon font with it which worked fine for me. I've heard that it's a best practice to use icon sprites - but so far I had just trouble with this approach.

    Would someone share their favorite way of handling icons and tips and advices? Any other feedback or advice is of course welcome as well.

    Thanks in advance!

  • Submitted


    While doing this challenge I realized how difficult it is to get all kinds of input fields (radio, checkbock, range, date) displayed correctly in all the browsers when you want to style them according to your own ideas.

    Does anyone know:

    • if there is a comprehensive library which contains all input fields and which can be styled easily or
    • if there is a documentation that shows how to develop all these input fields in a consistent style by yourself?
  • Submitted

    Launch Countdown Timer with Gulp and Sass

    #bem#sass/scss#gulp
    • HTML
    • CSS
    • JS

    2


    I can't manage to find a solution to get the anmiation working in the Safari browser.

    Does anyone have a hint why the Safari browser displays the animation differently than other browsers and how to fix it?