Elizabeth

Elizabeth @ilizette

About: Frontend developer and Dev Mod - My goal is to inspire others to create inclusive platforms through my articles. Outside coding, I enjoy traveling and mountain climbing.

Location:
🛬
Joined:
Jun 27, 2019

Elizabeth
articles - 16 total

How to build an accessible tab

When building web components, it's always a good idea to use the native HTML elements available....

Learn More 0 0Aug 12

What is Motion Sensitivity? How to Design Accessible Web Animations

As web developers, we love a good animation, right? But let's be honest, sometimes we get caught up...

Learn More 33 1Feb 8 '24

How to build an accessible navigation menu

Hey there! Today, we're looking into how to build an accessible menu. I decided to write this article...

Learn More 41 7Dec 6 '23

How I test a website for accessibility

In today's lesson, I'll guide you through my approach to accessibility testing. We'll explore...

Learn More 76 3Nov 14 '23

A beginner's guide to building an accessible website

Why a11y is important to me as a developer As someone who suffers from chronic migraines,...

Learn More 18 1Oct 10 '23

A guide to web accessibility (A11y)

Have you ever attempted to navigate a website solely using your keyboard due to a trackpad...

Learn More 14 0May 24 '23

My open-source experience via SCA Contributhon

This month has been exciting for me, I got into open-source via the contributhon by She Code Africa p...

Learn More 9 0Apr 28 '21

Creating a custom hook in React

Hello there, thank you for your feedback and comments during this series, We've covered the main hook...

Learn More 18 0Mar 12 '21

Nevertheless, Elizabeth Damilola keeps coding

I have been inspired by a lot of amazing stories I've been reading. As women, no matter how different...

Learn More 13 1Mar 12 '21

Understanding useReducer in react

Hi there, in my last post we covered useCallback in react, and now, we'll be looking at one last hook...

Learn More 17 2Mar 5 '21

Understanding useCallback in react

Hello there, so we have almost covered the most used hooks in Reactjs. In my last post, we talked abo...

Learn More 133 5Feb 26 '21

Understanding useRef in react

In my previous post, we talked about useMemo, when we should use it and why we shouldn't overuse it....

Learn More 22 2Feb 19 '21

Understanding useMemo in react

In my last post, we talked on useContext hook and we looked at some of the use cases for useContext....

Learn More 60 2Feb 11 '21

Understanding useContext in React

useContext In React, context is more like a global variable that can be used across all co...

Learn More 53 10Feb 5 '21

Understanding useEffects in react

In my last post, we talked about hooks and useState hook. In this post, we'll be taking a look at use...

Learn More 35 0Feb 4 '21

Understanding React hooks

Hooks are now inevitable for React developers who use functional components. I struggled with the...

Learn More 147 5Jan 27 '21