P
Srijan Manandhar
@srijanssAll solutions
- Submitted 4 months ago
Tic tac toe game with focus on a11y
#accessibility#vite#web-components- 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 4 months ago
BMI Calculator app with focus on a11y
#accessibility#vite#web-components- HTML
- CSS
- JS
- feedbacks are welcome, especially regarding the accessibility
- Submitted 4 months ago
Ecommerce product page with focus on a11y
#accessibility#vite- 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 4 months ago
News homepage with focus on A11y
#accessibility#vite#web-components- HTML
- CSS
- JS
Any feedback is welcome, especially regarding the a11y
- Submitted 5 months ago
Accessible Contact form
#accessibility#vite- HTML
- CSS
- JS
Is my solution accessible? How can I improve the a11y of the solution.
- Submitted 5 months ago
Faq accordion focusing on A11y
#accessibility- HTML
- CSS
- JS
Any feedbacks are welcome
- Submitted 5 months ago
Interactive rating component with a11y
#accessibility#vite#web-components- HTML
- CSS
- JS
Any feedback is welcome.
- Submitted 5 months ago
Frontend quiz app with vanilla JS
#vite#web-components- HTML
- CSS
- JS
Open for feedback
- Submitted 7 months ago
Password generator app using web components
#vite#web-components#accessibility- HTML
- CSS
- JS
Open for feedback
- Submitted 7 months ago
Tip calculator app using mobile first workflow
#web-components#vite- HTML
- CSS
- JS
Open for feedback
- Submitted 7 months ago
Time tracking dashboard using Mobile first layout
#vite#web-components#accessibility- HTML
- CSS
- JS
Open for feedback
- Submitted 7 months ago
Newsletter sign up form with custom validation
#accessibility#vite- HTML
- CSS
- JS
Open for feedback
- Submitted 8 months ago
Article preview component with interactivity using JS
#accessibility#vite- HTML
- CSS
- JS
Any feedback and comments are welcome.
- Submitted 8 months ago
Meet landing page using mobile first workflow
#vite- HTML
- CSS
Open for feedback or comments
- Submitted 8 months ago
Testimonial grid section using CSS Grid
#vite- HTML
- CSS
Open for feedback and suggestions.
- Submitted 8 months ago
Responsive product preview card component using flexbox
#vite- HTML
- CSS
- Any feedback is welcome
- Submitted 8 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 8 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 8 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 8 months ago
CSS variables for reusable values
#node- 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?