Skip to content

Instantly share code, notes, and snippets.

View olalekanteeblaze's full-sized avatar
🏠
Working from home

Moshood Abidemi olalekanteeblaze

🏠
Working from home
View GitHub Profile
@olalekanteeblaze
olalekanteeblaze / dropdown.jsx
Last active February 10, 2022 21:30 — forked from bnorton/dropdown.jsx
Chameleon React.js Developer - Technical exercise
/*
Prompt:
We have defined a basic dropdown via the Dropdown and DropdownItem components below, with example usage
in the ExampleNav component. The Dropdown and DropdownItem components have some problems, and also
have room for improvements (doesn't everything?) A couple items TODO here (make sure to explain with comments!)
0. How are you today? 😊
1. Please fix any obvious issues you see with the dropdown and then save your gist.
2. Please then make improvements to the dropdown dnd then save your gist again.
@olalekanteeblaze
olalekanteeblaze / activity_main.xml
Created December 1, 2017 23:56 — forked from anonymous/activity_main.xml
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"