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


    What are you most proud of, and what would you do differently next time?

    I feel like I've covered the dynamic behavior of an actual page pretty well, things like only one element staying open or certain buttons becoming locked after a certain amount of clicks.

    What challenges did you encounter, and how did you overcome them?

    Actually, the biggest challenge of this practice was its size, since it largely covered many of the previous problems I had addressed.

    What specific areas of your project would you like help with?

    Any kind of observation or correction is greatly appreciated.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    On this occasion I felt much more confident when it came to develop the project, both with CSS and JS, and on this occasion it seems to me that I achieved a fairly dynamic and reduced JS code to carry out a task as repetitive as changing the CSS styles of the page

    What challenges did you encounter, and how did you overcome them?

    Lo más difícil del proyecto fue incluir el gradiente en el fondo del switchi, pero lo solocione guardando el valor de la propiedad background en una variable css y con el uso de las clases.

    What specific areas of your project would you like help with?

    Agradezco cualquier sugerencia o corrección.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    On this occasion I organized myself in a better way to develop the challenge, applied more analysis and planning to develop the different parts of the page and the structure of the code.

    What challenges did you encounter, and how did you overcome them?

    Due to the large number of elements that this design has, I found the greatest difficulty when positioning them for the desktop design.

    What specific areas of your project would you like help with?

    Any suggestion or correction is appreciated.

  • Submitted

    Advice-generator-app

    • HTML
    • CSS
    • JS
    • API

    1


    What are you most proud of, and what would you do differently next time?

    On the next occasion I will finish the css styles before starting the js functionality, since in this project I started the js before finishing the styles, which caused a conflict when modifying the desktop photo and the mobile photo, resulting in a delay in carrying out the project

    What challenges did you encounter, and how did you overcome them?

    resolvi el conflicto entre los estilos css y la funcionalidad js escribiendo de nuevo el código, pero esta vez poniendo especial atención en cada uno de los datos y elementos involucrados, al percatarme de que el comportamiento anormal era originado por el conflicto css fue fácil resulverlo

    What specific areas of your project would you like help with?

    I would appreciate any type of recommendation or correction if you see any errors.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    On this occasion I am proud of the time it took me to develop the design, since in just two days I completed the challenge. I don't know if it is a long period but it is my best time to date. For the next project I will improve my planning even more. since although I saw improvements compared to the previous challenge I can still continue improving

    What challenges did you encounter, and how did you overcome them?

    The greatest difficulty I experienced in this project was found when structuring the CSS styles and the JS functionality, since this is the first page with these characteristics that I created, (with a navigation menu so differentiated for mobile and for desktop), it was still interesting to solve and a good experience

    What specific areas of your project would you like help with?

    This is my first project of this type, so if at any point I did something wrong or inappropriately I would like to know about it, in the same way if you have any type of correction or recommendation I would be happy to know.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I feel that I managed to solve this challenge in a very compact and simple way, however I suffered from quite considerable delays since I did not take the time to plan the structure of the element or its code before starting to work, that is why I found myself in the need to restructure certain segments of code several times, for my next practice I am going to take the time to analyze the challenge and plan what I will do instead of just jumping into writing code without contemplation

    What challenges did you encounter, and how did you overcome them?

    The biggest challenge I encountered was due to my own disorganization because at first I did not incorporate the pop-up text boxes into the design, but when I realized I tried to adjust the approach of the code I had at that time to incorporate these elements, which in the end It was just a waste of time, I finally found myself in the need to restructure the HTML, CSS and JS to be able to incorporate the missing elements in a good way.

    What specific areas of your project would you like help with?

    This is the first time I have made a graph, which leaves me wondering if my solution is an appropriate way to graph data, or if, on the contrary, I am making some mistake, in the approach of my code or the way I work with data

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am satisfied with how I approached the validation of the data, I think I covered the different actions that the user can take quite well, however in the future I would like to try other conditional structures to reduce my use of if and perhaps reduce the number of functions if possible

    What challenges did you encounter, and how did you overcome them?

    "My greatest challenge, as well as the major hurdle I encountered in this design, was with CSS styles, particularly with the pseudo-element of the 'YY' data, since, unlike other pseudo-elements, the properties transform: translate in this generated problems for me. It seemed that my problem lay in the fact that the reference element used by these properties to position themselves was being modified, which caused the pseudo-element's position to be affected at times. However, I was unable to determine with exactness what was causing this conflict. The solution I found was to clear the browser cache while working to force it to load the updated files again. However, the error persisted in some cases without my being certain why."

    What specific areas of your project would you like help with?

    As I mentioned earlier, I had problems positioning the pseudo-elements. If anyone knows what could have happened or if I misused the properties or syntax of these, I would appreciate it if you could let me know. Similarly, any corrections or suggestions are appreciated.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I think it addresses in a good way the possible events that can occur when interacting with the different elements in various orders.

    What challenges did you encounter, and how did you overcome them?

    To develop this practice I had to use events such as "blur" and "input", which are events that I had not used until now, so I consider that this practice allowed me to improve the compression of the events as well as reaffirm my experience with manipulation. of the elements of DOOM

    What specific areas of your project would you like help with?

    I would like to receive advice or corrections both about the practice and the repository itself, any data that allows me to improve the quality of my practices is appreciated.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    This time it is a fairly simple exercise in my opinion, so the difficulty may increase a little for the next practice.

    What challenges did you encounter, and how did you overcome them?

    I really didn't find any notable obstacles this time, so I plan to increase the difficulty of the next challenges.

    What specific areas of your project would you like help with?

    I still don't have much experience with these projects, so although I felt that this time it became easier for me to develop this one, I would not like to ignore any aspect or failure, if I were to make it, so I would appreciate it if you would notify me in case of find any errors or have any observations.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Even with the limitation of having the measurements of the element, I feel that I managed to recreate the dimensions and positions of the elements in the project quite well.

    What challenges did you encounter, and how did you overcome them?

    Actually, due to work reasons, I have not had the time I would like to dedicate to programming, so this project was a way to review basic knowledge.

    What specific areas of your project would you like help with?

    I still have very little experience with this type of practice, so I would appreciate any opinions or suggestions, especially if you find any mistakes I have made or any aspects in which I can improve.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I plan to continue laying the foundations of HTML CSS and Js in my next projects

    What challenges did you encounter, and how did you overcome them?

    What was most difficult for me in this challenge was devising the code structure so that elements were checked and unchecked along with validating whether a selected element existed.

    What specific areas of your project would you like help with?

    After some time away from programming practices, this is my way of getting back into the area, I would appreciate any corrections or advice since I still have a long way to go.

    Particularly I think that the structure in which the code is designed is unnecessarily complex or convoluted, however it was the one that I was able to execute and make work, if there are better alternatives I would like you to help me,

    One concern I have is that my text editor marks avent.target as "deprecated", however I was unable to find or get a viable alternative to make the code work.

  • Submitted


    Do you notice an error or have any recommendations regarding CSS styles?

    Do you have any suggestions regarding the repository or the solution?

    What aspect do you think should be improved for future occasions?

    Do you think that the js functionality has a correct approach?

  • Submitted


    Do you notice an error or have any recommendations regarding CSS styles?

    Do you have any suggestions regarding the repository or the solution?

    What aspect do you think should be improved for future occasions?