Empower your Web Apps with Firebase
How to Integrate a Realtime Database with JavaScript and Firebase

Search for a command to run...
How to Integrate a Realtime Database with JavaScript and Firebase

Introduction I came across the following statements while studying from the MDN web docs: "The URLSearchParams interface defines utility methods to work with the query string of a URL." "The URLSearchParams() constructor creates a new URLSearchPara...

As a React developer, I recently had the opportunity to work on a landing page project. I used Chakra UI for styling and found it to be a great choice for creating a clean and modern design. With Chakra UI, I could quickly create components such as b...

I cloned Twitter's tweet component after learning about state in React. The buttons are almost fully functional and the code needs some refactoring. https://scrimba.com/scrim/c2zPevAa Take a look at it on Scrimba and kindly let me know your thoughts...

A very basic introduction to React props

Given some data, I was given a challenge to randomly select an image URL from the data. The call to the API: export default { "success": true, "data": { "memes": [ { "id": "61581", "name": ...

Travel Journal
In this project, I built a Digital Business Card using React. I relearnt about custom and reusable components, JSX, exporting and importing code from modules. For simplicity, the card was broken down into the following components: Info component (ph...
So after dining with basic and little advanced JavaScript concepts for some time, I decided to finally dip my hands into React. It's been about two weeks since I started and it has been awesome. Modules, JSX, composability, Babel, declarative and imp...