.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Your code is functional, but several improvements can enhance readability, maintainability, and functionality. Consider using constants for repeated strings and separating logic into smaller, more manageable functions. Improve error handling by providing clear user feedback and ensure that functions focus on a single task. Optimize event listeners by using a single listener for similar elements. Additionally, simplify the reset function for better clarity. These changes will make your code more modular and easier to maintain.
This is my solution to the Time tracking dashboard challenge. Even though the app was fairly simple and mostly needed CSS for layout - I chose to code the entire app using Svelte. Instead of using HTML to render the cards manually, I decided to use the data.json
to render the entire UI.
Tech Stack
Tools used
Check out my solution. Any feedback/suggestion is appreciated :)
I had to approach the html and css differently now that I'm including JS, and I see myself improving the logic and planning the more I practice.
What challenges did you encounter, and how did you overcome them?As I'm super new to JS, I found the logic of the language challenging. It was hard for me to decide where to start and what functions to run, especially since there's so many parts to it that I could miss. I had to look for help a lot of the times.
What specific areas of your project would you like help with?If there's any area I could improve on or condense my code, please let me know!
Looks good, but check your breakpoints. When I make the screen wider, there's a point when it switches to desktop but the content overflows the sides of the pages as it doesn't have enough room. I'd recommend setting your media query to kick in at a wider screen width to avoid that happening.
I am proud to write some JavaScript again in a long time. This is not my best work but I will like to polish my solution with animations and transitions.
What challenges did you encounter, and how did you overcome them?I faced some issues toggling the share feature for mobile screens. In the end, I was able to get an acceptable solution.
What specific areas of your project would you like help with?I would like feedback on my approach especially if I made a mistake somewhere.
The images in the header get cut off at certain page widths. I would recommend reviewing your media queries to make sure that transitioning from mobile to tablet to desktop is smoother for the user. Otherwise, the page looks good so keep it up!
As you say, CSS grid would be the better choice for a layout like this and is also a good chance to practice using it, but you did a good job using flexbox to carry it out.
Learned about css grid! Really nice layout tool.
What challenges did you encounter, and how did you overcome them?Had no experience working with the css grid. I used the resources mentioned in the "Building flexible layouts" section.
What specific areas of your project would you like help with?Is it possible to make the grid responsive without using media queries?
A media query makes this design look a lot better for users on larger screens. It looks good on mobile, but there's a lot of empty space as the screen gets wider.
.
What challenges did you encounter, and how did you overcome them?..
What specific areas of your project would you like help with?.
I think the page transitions better for this project with a higher media query, I put 1100px for my breakpoint, but that's personal opinion. Good job overall!
Encontre algunos problemas usando algunas etiquetas nuevas, como before, pero pde al final usarla.
What challenges did you encounter, and how did you overcome them?NO logre alinear bien algunas partes del texto en especial en las listas por el uso del before.
What specific areas of your project would you like help with?Alineacion de textos, dependiendo su tipo de contenido.
<ol class="instrutions-list">
<li class="instrutions-item"><h3>Beat the eggs:</h3> In a bowl, beat the eggs with a pinch of salt and pepper until they are well mixed. You can add a tablespoon of water or milk for a fluffier texture.</li>
</ol>
Es mejor usar span
en vez de h3
aquí y luego aumenta el font-weight
en el CSS. Así, la lista actúa como debería.
Like other projects im proud of the result. And this is the first time that i used the terminal and git comands in the right way without mistakes. Also github
What challenges did you encounter, and how did you overcome them?still figuring out how to use properly CSS, so i've found in chat GPT not only solutions but also, and more importantly, explanations...
What specific areas of your project would you like help with?i'd love to read you guys critics or whatever you want to share with me... I'm a rookie student, so still learning here
This looks good. In the Figma, it's a little wider on bigger screens. A media query would help accomplish that. But in general, good stuff!
Im proud of the result being this one my second challenge.
What challenges did you encounter, and how did you overcome them?I could not insert the svg image properly, so i ask chat GPT for some help and done...
What specific areas of your project would you like help with?i think i don't need to change anything... but im open to critics of course.
I feel proud because I have comleted this challenge which developed my
I did not face any big challenges. If there was any then I would say it was Git
What specific areas of your project would you like help with?