EOEkaji Onahinekajionah.hashnode.dev·Jun 13, 2023 · 3 min readHow to Correctly Use Emojis in ReactEmojis have become an important part of online communication, there are over 3,633 emojis in the Unicode standard as of September 2021. However, integrating these emojis in React can be tricky, and doing so incorrectly can lead to errors and accessib...00
EOEkaji Onahinekajionah.hashnode.dev·Jan 10, 2023 · 5 min readHow to create a custom cursor using CSS and JavaScriptA custom cursor can add a unique touch to your web application making it more visually appealing and engaging, in this blog post we would explore how we can create our own custom cursor using just HTML, CSS, and javascript. Setup To begin navigate to...00
EOEkaji Onahinekajionah.hashnode.dev·Aug 16, 2021 · 1 min readHNGI8: the expectations of a Front-end developerI'll be honest it took me a while to get over my early exit from HNGi7, but i licked my wound and moved on. over the past year i have worked to improve my skills and I'm here for HNGI8, this time around i hope to build upon my short experience from H...00
EOEkaji Onahinekajionah.hashnode.dev·Apr 4, 2021 · 2 min readDealing with CORS in your express appWhat is CORS and how do you deal with it in your express app? Express, is a popular open source back end web application framework for Node.js. CORS stands for cross origin resource sharing, it is a mechanism that allow restricted resources on a web ...00
EOEkaji Onahinekajionah.hashnode.dev·Feb 28, 2021 · 2 min readHow to add dark mode to gatsby websiteto add dark mode to your gatsby blog you would need to install gatsby-plugin-dark-mode and react-dark-mode-toggle. to do this run the following your terminal. for NPM npm i gatsby-plugin-dark-mode react-dark-mode-toggle if your using yarn you need to...00