Srijan Manandhar
@srijanssAll solutions
Tic tac toe game with focus on a11y
#accessibility#vite#web-componentsPSubmitted 7 months ago- 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
BMI Calculator app with focus on a11y
#accessibility#vite#web-componentsPSubmitted 7 months ago- feedbacks are welcome, especially regarding the accessibility
Ecommerce product page with focus on a11y
#accessibility#vitePSubmitted 7 months ago- 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
News homepage with focus on A11y
#accessibility#vite#web-componentsPSubmitted 7 months agoAny feedback is welcome, especially regarding the a11y
Accessible Contact form
#accessibility#vitePSubmitted 8 months agoIs my solution accessible? How can I improve the a11y of the solution.
Interactive rating component with a11y
#accessibility#vite#web-componentsPSubmitted 8 months agoAny feedback is welcome.
Password generator app using web components
#vite#web-components#accessibilityPSubmitted 10 months agoOpen for feedback
Tip calculator app using mobile first workflow
#web-components#vitePSubmitted 10 months agoOpen for feedback
Time tracking dashboard using Mobile first layout
#vite#web-components#accessibilityPSubmitted 10 months agoOpen for feedback
Newsletter sign up form with custom validation
#accessibility#vitePSubmitted 10 months agoOpen for feedback
Article preview component with interactivity using JS
#accessibility#vitePSubmitted 11 months agoAny feedback and comments are welcome.
Meet landing page using mobile first workflow
#vitePSubmitted 11 months agoOpen for feedback or comments
Testimonial grid section using CSS Grid
#vitePSubmitted 11 months agoOpen for feedback and suggestions.
Responsive product preview card component using flexbox
#vitePSubmitted 11 months ago- Any feedback is welcome
Recipe page - Mobile first layout using Flexbox Grid
PSubmitted 11 months ago- 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.
Mobile first approach using Flexbox
PSubmitted 11 months agoI am using media queries for responsiveness. Is there a way to do it without media queries?
Used CSS Grid for layout, media queries for mobile layout styles
PSubmitted 11 months ago- does my work statisfy the accessibility guideline
- use of pseudo states - is this the correct way to use it
CSS variables for reusable values
#nodePSubmitted 11 months ago- 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?