cassiopeia
@cassiopeia001All comments
- @omarkl95Submitted 16 days ago
- @MIHAL-SHAIKHSubmitted 2 months ago
- @tannguyenk3Submitted 25 days ago@cassiopeia001Posted 22 days ago
good job with the funcionality, however your layout is breaking at the top you should check that out.
0 - @AhmNiceSubmitted 7 months ago
- @skyleranglhSubmitted 2 months ago
- @dejuliansrSubmitted 3 months ago@cassiopeia001Posted 3 months ago
the functionality is there however the design needs improving, the background image is missing .
0 - @Papi84Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of successfully implementing the interactive components of the project and improving my understanding of HTML, CSS, and JavaScript. It was a great learning experience to see how user interactions can be enhanced to create a more engaging interface. Next time, I would focus on refining my JavaScript skills further to optimize the code for better performance and perhaps explore more advanced JavaScript features. Additionally, I would aim to improve the responsiveness of the design across different devices and screen sizes to ensure a more seamless user experience.
What challenges did you encounter, and how did you overcome them?One of the main challenges I faced was working with JavaScript to handle the interactive elements. At times, it was difficult to ensure the functionality worked as intended across different browsers. I overcame this by researching best practices for cross-browser compatibility and debugging JavaScript code more effectively. Another challenge was making sure the design was fully responsive on all screen sizes. To address this, I revisited my CSS and utilized media queries to ensure a smoother, more responsive layout. It was a learning curve, but tackling these issues helped me grow and sharpen my problem-solving skills.
What specific areas of your project would you like help with?I would appreciate feedback on optimizing my JavaScript code for better efficiency and readability. Additionally, I'd like guidance on improving the responsiveness of the design, particularly with more complex layouts on different screen sizes. Any tips on best practices for structuring CSS and handling potential performance issues would also be helpful as I continue to refine my skills in these areas.
@cassiopeia001Posted 3 months agoworks well, could use a bit more attention to detail for the design and colors.
0 - @amutsamosesSubmitted 3 months ago
- @codercreativeSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am very happy with the final solution -- although I know there is (always) room for improvement
What challenges did you encounter, and how did you overcome them?There were several challenges. One of them was to use the activity title from the JSON file to match and manipulate corresponding HTML elements. By converting titles to lowercase and using them as class names, I efficiently targeted and updated the specific cards in the DOM based on the selected timeframe.
What specific areas of your project would you like help with?I am open to any and all feedback! Thank you!
- @Lescano713Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the use of functions to retrieve the data from the form. Maybe next time, I can structure the function differently.
What challenges did you encounter, and how did you overcome them?I had problems with the proportion of the image; I only wanted to use one image and resize it depending on the screen size. I overcame it using 'auto', but I don’t like it all that much.
What specific areas of your project would you like help with?I would like to know how I can adjust the proportions of the image and if there's a way to improve the function in js.
- @SergioBrandaoFSubmitted 5 months ago
- @hmac100Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
Felt good just being able to do it without getting really stuck. This was my first time with grid so a little intimidating but managed to make it behave as expected. Had a lot of fun. Not sure if I know enough to determine what other options are out there for doing that particular challenge differently.
What challenges did you encounter, and how did you overcome them?The positioning of the cards was a slight hurdle. Got the second column ( the one containing 2 cards ) working by placing the 2 cards in a single containing and grid did the rest. I could be wrong - but I'm assuming that's the most obvious way to do that ?
What specific areas of your project would you like help with?Seem to be stuck doing desktop first - for some reason I feel more comfortable that way. Not sure if I shouldn't be doing more mobile first challenges. I'll force myself.