HTML tablesJavaScriptJavaScript fetchJSON dataSCSS This Is How To Make A Really Good Users Table Have you ever come across a job application that presents a project challenge? I recently stumbled upon one that caught my attention. It involved developing… kleamerkuri Jul 12, 2023 · 13 min read
AccessibiltyAccordionJavaScriptSCSSUI design How To Make A Beautiful Accessible Accordion With SCSS Ready to create an accessible accordion UI with SCSS? In this blog post, we’ll be taking inspiration from a smashing dribbble design and turning it… kleamerkuri Jul 5, 2023 · 11 min read
JavaScriptReactReact conditionalsReact lists How To Handle React Lists And Conditionals (Part 5) Ready to dive into the fascinating world of lists and conditional logic in React? In part five of our React project, we’re going to explore… kleamerkuri Jun 14, 2023 · 9 min read
Event handlersJavaScriptReact eventsReact stateUI design How To Master React State & Event Handlers (Part 4) I hope you all are excited to finally bring interactivity to your React apps 😁 If you’ve been following along with this series, you should… kleamerkuri May 31, 2023 · 9 min read
JavaScriptProjectsReactUI design How To Add Styles To React Components (Part 3) Ready to give your React components a stylish makeover? Today, we’re diving into the exciting world of adding styles to React components and how you… kleamerkuri May 17, 2023 · 8 min read
Array MethodsJavaScript A Dirty Quick Refresher On JavaScript Array Methods You Need To Know Did you know you can use JavaScript array methods to create a new array without modifying the original one? Arrays are the workhorses of JavaScript,… kleamerkuri May 10, 2023 · 7 min read