Latest solutions
- Submitted 1 day ago
Contact form created with Angular 18, Sass, Seo and Accesibility
#angular#sass/scss#accessibility- HTML
- CSS
- JS
- Submitted 19 days ago
Interactive rating components created with Angular 18 and Sass
#angular#sass/scss#accessibility- HTML
- CSS
- JS
- Submitted 29 days ago
Responsive grid section created with Angular 18, Sass and SEO
#angular#sass/scss- HTML
- CSS
- Submitted about 1 month ago
Responsive solution created with Angular 18, Sass and SEO.
#angular#sass/scss- HTML
- CSS
- Submitted about 1 month ago
Responsive product preview created with Angular 18, Sass and SEO.
#accessibility#angular#sass/scss- HTML
- CSS
Latest comments
- @mandrisicSubmitted 9 days ago
- @SimonHicklingSubmitted 10 days ago
- P@imrebartisSubmitted 24 days agoWhat are you most proud of, and what would you do differently next time?
Satisfied with:
- Well-structured JS code
- Semantic HTML
- a11y features
- Use of SCSS variables and mixins
- Implementing DRY principles
- Unit testing
What I would do differently next time:
- Definitely consider using React or Next.js instead of vanilla JS
Figma:
- Challenge: the dev mode of the Figma design provided (the one that offers code snippets for implementation) is available only if you have a paid version of Figma, which I don't have ATM
- Solution: my interpretation of the design is in many cases sort of intuitive (e.g. approximating spacing)
GitHub Actions Workflow:
- Challenge: Complex deployment process with multiple checks
- Solution: Implemented staged workflow with caching
Event Handler Parameter Order
- Challenge: Inconsistent parameter order in event handlers caused bugs
- Solution: Standardized event handler signatures
Memory Leaks in Event Listeners
- Challenge: Event listeners weren't properly cleaned up
- Solution: Implemented cleanup method and unload handler
All feedback is welcome, but since this is a web accessibility project, reviewing the ARIA implementation would be the most helpful.
- P@NatentadoSubmitted 30 days ago
- @AlfiZainSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
Using SCSS even though it takes me a lot time, but i like to challenge my self
What challenges did you encounter, and how did you overcome them?The challenge I faced was understanding the concepts of sass/scss, such as using @use @include and @extends, as well as modular file separation.
What specific areas of your project would you like help with?All of it, i am really appreciate your suggestion :)
- @yarsventSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm proud of figuring out the picture element and applying the flexbox, but, in my opinion, the font styling is off.
What challenges did you encounter, and how did you overcome them?Making the picture look good, as it kept spilling out of the container.
What specific areas of your project would you like help with?Some fonts look off, how do I fix this? The colors are correct, I think, but the button is clearly different