dzerdzul
@dzerdzulAll comments
- @Anusree-P28Submitted 2 months ago
- @davidadjirackorSubmitted 3 months ago
- @dev-romeSubmitted about 2 years ago
- @MouadaselSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
In this project, I'm most proud of the clean, semantic HTML and responsive design that adapts well to various screen sizes. The code is well-structured, making it easy to maintain and extend. However, next time I would focus more on accessibility by enhancing keyboard navigation and screen reader support. I'd also like to explore more advanced CSS techniques, such as combining Grid with Flexbox, to create more complex layouts. Additionally, I would aim to optimize performance further by minimizing file sizes and exploring lazy loading. Lastly, adding more interactive JavaScript features could enhance the overall user experience.
What challenges did you encounter, and how did you overcome them?During this project, one of the main challenges I encountered was achieving a fully responsive layout without relying heavily on CSS Grid or Flexbox, as I aimed to stick to traditional layout techniques. This made it difficult to align elements consistently across different screen sizes. To overcome this, I carefully structured my HTML, using percentage-based widths, relative units like
em
andrem
, and media queries to ensure the layout adapted well. Another challenge was ensuring accessibility while maintaining a visually appealing design. I addressed this by thoroughly testing the page with screen readers and refining the HTML structure to be more semantic. - @hunter-codeSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
#Muita aprendizagem
Eu me orgulho de ter aplicado reponsividade uma forma melhor e na próxima vez , iniciarei a aplicação com o seguimento mobile first.
What challenges did you encounter, and how did you overcome them?Enfrentei dificuldades na estilização de listas , mas consegui superar essas dificuldades aplicando conceitos de dimensão , espaçamentos , e ferrenda dev-tools foi decisiva, para terminar o projeto.
What specific areas of your project would you like help with?Eu gostaria de ajuda na parte de responsividade, onde embora eu tenha conseguido, é um assunto de muita importância e merece a nossa atenção.
- @MarioCarlaibeSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
consegui resolver os problemas usando pesquisas e anotações e projetos passados de aulas.
What challenges did you encounter, and how did you overcome them?não sabia usar o box-shadow e depois de uma pesquisa rápida consegui resolver. tive que rever alguns projetos anteriores para lembrar como usar o hover para o botão do link. e aprendi que o arquivo responsivo apenas funciona se vc usar tags com uma especificidade maior
What specific areas of your project would you like help with?por enquanto, trankilo. to muito feliz
- @magedashraf73Submitted 4 months ago@dzerdzulPosted 4 months ago
Hi there, you need to add some accessibility attributes for the project. Have a nice day.
Marked as helpful0