Event Listener Challenge
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": ...

Search for a command to run...

Series
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...