Kamran Kiani
@kaamiikAll solutions
Rest Countries Api using React and Tailwind
#fetch#react#swr#tailwind-css#vitePSubmitted 2 months agoAreas I'd like help with
-
Performance Optimization
- Best practices for reducing unnecessary re-renders
- Strategies for optimizing API calls and caching
-
State Management
- When to use Context vs. Props vs. State Management Libraries
- Better patterns for managing complex state
-
Accessibility
- Ensuring the application meets WCAG standards
- Improving keyboard navigation and screen reader support
-
Mortgage Repayment Calculator using React Tailwind
#accessibility#react#tailwind-css#vitePSubmitted 3 months agoI'm looking for input on further optimization of state management and performance, ways to boost accessibility compliance, and strategies to improve project scalability.
Feel free to share any additional thoughts or suggestions!
Product list Card using React, Tailwind and TypeScript
#accessibility#react#tailwind-css#vite#typescriptPSubmitted 4 months agoI would appreciate feedback on several specific areas of my project. First and foremost, I am looking for insights into whether there are any issues with my state management or component structure. I want to ensure that my use of the useState hook is optimal and that my components are designed for maximum reusability and clarity. Additionally, I’d like feedback on how I’ve implemented TypeScript in the project, particularly whether my type definitions and type safety practices are effective and maintainable. Furthermore, I would like to receive feedback on the accessibility features I implemented, particularly the aria-live announcements for screen readers. It’s important to me that my application is accessible to all users, so any suggestions for improvement in this area would be valuable. Lastly, I am open to any general advice on how I can enhance my code quality, whether through better practices, performance optimizations, or improved styling techniques.
Result Summary Component using react and tailwind
#accessibility#fetch#react#tailwind-cssPSubmitted 4 months agoI would appreciate help with optimizing the application's performance, particularly in terms of improving responsiveness. Additionally, any advice on best practices for structuring larger React applications would be valuable as I continue to scale this project and others in the future.
Pomodoro App using Astro, Sass, Tailwind and Vanilla JS
#accessibility#astro#sass/scss#tailwind-cssPSubmitted 5 months agoI would like help with optimizing the performance of the app, particularly in terms of reducing any potential layout shifts or flickers when loading user settings. Additionally, guidance on implementing a more robust state management solution would be beneficial, as it could improve the scalability and maintainability of the application. Lastly, any advice on further enhancing the app's accessibility features would be greatly appreciated.
Galleria Slideshow using Astro, Sass, Tailwind and Vanilla JS
#accessibility#astro#cube-css#sass/scss#tailwind-cssPSubmitted 5 months agoI used Astro to build this project, including dynamic routes. I’d like to know if my approach is correct for creating multiple pages within a folder. Specifically, I added a
[slug].astro
file and used adata.json
file to generate the pages.Regarding the CSS, is my implementation of the masonry layout correct?
If you notice any other issues in my HTML, Accessibility, or CSS, I would appreciate your feedback on those as well.
Space Tourism Website using Sass, Tailwind and Astro
#accessibility#astro#sass/scss#tailwind-cssPSubmitted 6 months agoI’d love to learn about alternative approaches to building this website. The project includes a
data.json
file, and I used Astro to develop it. I’m curious if there’s a more efficient way to manage the project with less code. For instance, I currently have four separatepages
in the pages folder. Would it be better to use a single page and handle everything dynamically with thedata.json
file?I also made an effort to prioritize accessibility in my project, but there’s always room for improvement. If you notice any issues or have suggestions to enhance accessibility, I’d really appreciate your feedback.
Bookmark Landing Page using Tailwind, Astro and Sass
#accessibility#astro#sass/scss#tailwind-cssPSubmitted 6 months ago- CSS Best Practices:
- Optimization of current CSS structure
- Better ways to handle responsive backgrounds
- More efficient approaches to component styling
- Accessibility Improvements:
- ARIA attributes implementation
- Semantic HTML structure
- Keyboard navigation
- Screen reader compatibility
- Code Organization:
- Better separation of concerns between Tailwind and custom CSS
- More efficient configuration setup
- Component structure optimization
Room Homepage Master using Astro, Sass and cube css
#accessibility#astro#cube-css#sass/scssPSubmitted 7 months agoFeedback on CSS structure and animations would be very helpful. Suggestions on improving the CSS organization or refining the animations would be useful, especially if there are ways to make them more effective without extra complexity. Also, any recommendations for improving HTML, JavaScript, or accessibility would be appreciated, as these adjustments could enhance the code’s overall quality and accessibility.
Loopstudios Landing Page using Astro, Sass and CUBE CSS
#accessibility#astro#cube-css#sass/scssPSubmitted 7 months agoI would like feedback on the HTML structure, especially regarding semantic use, and on the accessibility features I implemented. Additionally, any insights into optimizing CSS for responsive layouts or suggestions on how to further refine my Sass and CUBE CSS code for maintainability would be valuable.
NFT Preview Card with Astro, Sass and CUBE CSS
#accessibility#astro#cube-css#sass/scssPSubmitted 7 months agoI’d appreciate feedback on the CSS code and methodology I’ve used, specifically if it's been applied correctly. Additionally, if you notice any issues with my HTML code or accessibility, please let me know. Your feedback is incredibly valuable to me.
Tic Tae Toe Game using Astro, Sass with Vanilla JS
#accessibility#astro#sass/scssPSubmitted 7 months agoI would appreciate feedback on accessibility and JavaScript code improvements. Specifically, I want to know if there are any areas where I could enhance the accessibility of my project, especially regarding screen reader support. I would also love to get feedback on my JavaScript logic, particularly around managing the game state and handling user interactions efficiently. Additionally, if you notice any other areas for improvement in my project, I would be grateful for your feedback!
BMI Calculator using Astro and sass
#accessibility#astro#sass/scssPSubmitted 8 months agoI would like help with CSS, accessibility, and the project’s JavaScript code. Feedback in these areas would be greatly appreciated to improve the overall quality and functionality of the project.
E-commerce Product Page using Astro, Sass and Vanilla JavaScript
#accessibility#astro#sass/scssPSubmitted 8 months agoI would like help with ensuring that my implementation of the lightbox and cart dialogs is as efficient and accessible as possible. Additionally, any feedback on improving the overall accessibility and responsiveness of the navbar would be greatly appreciated.
News Home Page using Astro and Sass
#accessibility#astro#sass/scssPSubmitted 8 months agoI’d like feedback on the accessibility aspects of my project, particularly regarding the implementation of the hamburger menu. I want to make sure it meets all accessibility standards and provides a smooth experience for users with assistive technologies.
Contact Form using Astro and Sass
#accessibility#astro#sass/scssPSubmitted 9 months agoI'd like feedback on any suggestions on how to improve the accessibility and responsiveness of the form. Specifically, I'd love to hear if there's a more efficient way to manage form validation and toast notifications in Astro or in React for future iterations of the project.
FAQ Accordion using Astro and Sass
#accessibility#astro#sass/scssPSubmitted 9 months agoI think the area where I need the most help is accessibility. One problem with accessibility is that the screen reader NVDA I used does not read content in Firefox, and I’m not sure why. Initially, when I did not use
aria-polite
, it did not read the content after expanding, even though I havearia-expanded
in my code and linked mysummary
to the content witharia-controls
. I want to know how I can solve this and what the problem in my code might be.Interactive Rating Component Using Astro and Sass
PSubmitted 9 months agoI think accessibility issues is the most important part and html structure is important too.