P
Srijan Manandhar
@srijanssAll solutions
- Submitted 2 months ago
Tic tac toe game with focus on a11y
- HTML
- CSS
- JS
- I have used header, main and footer inside web-components. Is it a best practice to do it this way ? Does this satisfy the accessibility requirement?
- Any feedbacks regarding a11y are welcome
- Submitted 3 months ago
BMI Calculator app with focus on a11y
- HTML
- CSS
- JS
- feedbacks are welcome, especially regarding the accessibility
- Submitted 3 months ago
Ecommerce product page with focus on a11y
- HTML
- CSS
- JS
- Any feedback specially regarding the a11y are welcome
- I am learning on how to make web apps accessible to all users, so feedbacks are welcome
- Submitted 3 months ago
News homepage with focus on A11y
- HTML
- CSS
- JS
Any feedback is welcome, especially regarding the a11y
- Submitted 3 months ago
Accessible Contact form
- HTML
- CSS
- JS
Is my solution accessible? How can I improve the a11y of the solution.
- Submitted 6 months ago
Article preview component with interactivity using JS
- HTML
- CSS
- JS
Any feedback and comments are welcome.
- Submitted 6 months ago
Meet landing page using mobile first workflow
- HTML
- CSS
Open for feedback or comments
- Submitted 6 months ago
Testimonial grid section using CSS Grid
- HTML
- CSS
Open for feedback and suggestions.
- Submitted 7 months ago
Responsive product preview card component using flexbox
- HTML
- CSS
- Any feedback is welcome
- Submitted 7 months ago
Recipe page - Mobile first layout using Flexbox Grid
- HTML
- CSS
- is my HTML semantically used ? I was not sure what element to use for the "Preparation time" block. I thought about using the blockquote as per the design, but it felt like it doesn't fit with the blockquote's description. So, used section element.
- Submitted 7 months ago
Mobile first approach using Flexbox
- HTML
- CSS
I am using media queries for responsiveness. Is there a way to do it without media queries?
- Submitted 7 months ago
Used CSS Grid for layout, media queries for mobile layout styles
- HTML
- CSS
- does my work statisfy the accessibility guideline
- use of pseudo states - is this the correct way to use it
- Submitted 7 months ago
CSS variables for reusable values
- HTML
- CSS
- Is semantic HTML used properly?
- Is my html following accessibility guidelines?
- I am not using any classes for this project, I've used element directly in CSS. What do you suggest for the future projects?