I built a Social Media Dashboard with a theme switcher. Here's everything I learntAfter learning about React Context, I wanted to test out my knowledge by building something, so I chose this challenge from Frontend Mentor to build a Social Media Dashboard with a dark mode theme switcher. I built it with React, Context, TailwindCSS...Jan 22, 2023·5 min read
I built an Advice Generator using React and TailwindCSS, here's how I built thisThis is a solution to the Advice generator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building real projects. Overview I built a react component that fetches and displays a random advice from A...Dec 8, 2022·4 min read
I built a web scraper to get leads off a directory, here's how I built thisHi, Yesterday I found a job prompt on Upwork that required scraping of black tax professional leads from a website. I felt I could handle it. So I wanted to apply for the job but first, I had to prove to myself that I could build a web scraper that c...Dec 7, 2022·4 min read
I built this sign-up form using ReactJS and TailwindThis is a solution to the Intro component with sign up form challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects. Overview I built a signup form component that validates a user's ...Nov 16, 2022·3 min read
How to write an algorithm for your coding problemsA simple framework for turning problems into codeOct 11, 2022·8 min read
Here's a big fat list of nigerian states and their lgas in json for your projectsI'll just cut to the chase here If you're building a nigerian website that requires you to have "State of origin" and "LGA" select fields, chances are you might have to scrape option values for those fields. I had to do this when i built my last proj...Sep 19, 2022·1 min read