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 comments

  • JoniMonetti1• 40

    @JoniMonetti1

    Submitted

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

    I'm proud of myself because I was able to do it alone, with almost no help from any friends.

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

    i had problems while i was positioning the image in his right position.

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

    I would like receive any kind of tip about how i can center vertically a div or a section.

    Ali Reza• 470

    @AliRezaCoding

    Posted

    Hi, for aligning an element vertically, it is good to give the element's parent element a certain height first and then give display: flex; and align-items: center; at same time.

    Marked as helpful

    0
  • Mouwvfic• 210

    @mouwaficbdr

    Submitted

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

    The caculation algo.

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

    The algo to calculate the age was pretty tricky. Still don't know what's the right way to do it... Still working on it.

    Ali Reza• 470

    @AliRezaCoding

    Posted

    Hello, You done the project very nice, I recommend you to compare the current date vs input date like this : if(new date() > new date(year, month - 1, day) {}; and remember months are calculated zero-based in new date, this will help you to validate inputs accurate and prevent calculating future date. I hope this will be helpful for you.

    Marked as helpful

    0
  • Ali Reza• 470

    @AliRezaCoding

    Posted

    Hello friend, I recommend you freecodecamp.org youtube channel for learning css grid and they completely explain it in easy way, the link of CSS Grid course is below : https://youtu.be/t6CBKf8K_Ac?si=45bJZF1DtGuicOn6 I hope this will help you

    0
  • Nathan Bailey• 190

    @tatsuya98

    Submitted

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

    nothing

    improve readability of html and css

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

    the red dot: i made the width for text 99%

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

    how do i fix the red dot as it compresses on smaller screens when text is long

    how can I improve the layout so that I can fit all three components of the card in the same way as the designs. Because although I had the same container width, I couldn't fit everything for the longer texts

    Ali Reza• 470

    @AliRezaCoding

    Posted

    Hello friend, In mobile size decrease padding of your container and give the red dots margin-left: 5px

    0
  • Murilo Matt• 200

    @MuliroMatt

    Submitted

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

    I'm proud that I used JS

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

    I have a little difficulty using functions. I don't know when to create one or not.

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

    I'd like some help with functions. I know how to use them, I just don't know when to create one.

    I'm open to any suggestions for my project.

    Ali Reza• 470

    @AliRezaCoding

    Posted

    Hello friend, functions are valuable for encapsulating code related to specific tasks, keeping it separate from the global scope and allowing for reuse throughout the program. Additionally, functions are useful when you need to process input data and produce an output, I hope this will help you, and answered: when to create functions

    Marked as helpful

    0
  • josue237k• 40

    @josue237k

    Submitted

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

    i really increased my problems solving skills and had fun playing around with flexbox

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

    I really had challenges in the last 3 parts of the project and I didn't overcomed them i want to see others answers to learn more

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

    the last part

    Ali Reza• 470

    @AliRezaCoding

    Posted

    Hi, to overcome the last three part with flexbox, give a certain width and height properties for the each of last three childs, and in mobile size give ( flex-direction: column; ) for their container

    0
  • Angel• 150

    @AngelZ5

    Submitted

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

    I'm happy that after a while of not being able to develop projects, I finally managed to finish another one. I made a mistake and ended up jumping from project to project instead of focusing on one. It reached a point where I couldn't develop anything anymore; I was tired, mentally exhausted. I decided to stop for a whole day and didn't touch anything related to code, and when I came back, I managed to complete this project. Well, now I'll need a break, I don't know for how long, but I'll use it to study my first framework and develop small things. So if I disappear for a while from here, know that I'm just improving to bring the best possible solution to the projects.

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

    The challenges I encountered involved JavaScript. I saw something that until recently, when I was learning on the scrimba website, was simple to remember, but now it became so difficult. To solve this problem of not being able to accomplish things in JS, I simply used what I knew along with ChatGPT to assist me, and it seems to be working fine! If you find any mistakes, don't hesitate to let me know so I can avoid repeating them again.

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

    I need to learn and relearn some things involving JS. I'm not very adept at developing with it without using AI or researching basic information. So, I'm going to take another course and would like a recommendation for a JavaScript course, it can be from basic to advanced even though I've already learned. I really need to review things. Additionally, I'd like recommendations for the best frameworks for beginners who are starting to learn frameworks.

    Ali Reza• 470

    @AliRezaCoding

    Posted

    Hi, You've done a great job!, but there is something, if the user enters a date greater than current time for example tomorrow it will also calculate that (the bug I had), if you want to try to fix that try to compare current date exactly with input date (and remember that months are zero based).

    1