Last active
March 12, 2020 16:11
-
-
Save elijahmanor/51c0a1ffda41f9b9d87170618044582d to your computer and use it in GitHub Desktop.
Revisions
-
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ function App() { return <div> <h1>Hi, I'm GistPad { _.random() } 👋</h1> <p>Feel free to edit the HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that you can visually explore your ideas.</p> <button onClick={() => alert("Hi!")}>Say Hi <span className="fa fa-heart" /></button> </div>; -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ function App() { return <div> <h1>Hi, I'm GistPad { _.uniqueId() } 👋</h1> -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { uniqueId } from "lodash"; function App() { return <div> <h1>Hi, I'm GistPad { _.uniqueId() } 👋</h1> <p>Feel free to edit the HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that you can visually explore your ideas.</p> <button onClick={() => alert("Hi!")}>Say Hi <span className="fa fa-heart" /></button> </div>; -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { uniqueId } from "lodash"; function App() { return <div> <h1>Hi, I'm GistPad { uniqueId() } 👋</h1> <p>Feel free to edit the HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that you can visually explore your ideas.</p> <button onClick={() => alert("Hi!")}>Say Hi <span className="fa fa-heart" /></button> </div>; -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { uniqueId } from "lodash"; function App() { return <div> <h1>Hi, I'm GistPad { uniqueId() } 👋</h1> <p>Feel free to edit the HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that you can visually explore your ideas.</p> <button onClick={() => alert("Hi!")}>Say Hi <span className="fa fa-heart" /></button> </div>; -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ import { uniqueId } from "lodash"; function App() { return <div> <h1>Hi, I'm GistPad {}👋</h1> <p>Feel free to edit the HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that you can visually explore your ideas.</p> <button onClick={() => alert("Hi!")}>Say Hi <span className="fa fa-heart" /></button> </div>; -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ import { clamp } from "lodash"; function App() { return <div> <h1>Hi, I'm GistPad 👋</h1> -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ "scripts": [ "react", "react-dom", "https://cdnjs.cloudflare.com/ajax/libs/d3-axis/1.0.10/d3-axis.min.js", "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js" ], "styles": [ "font-awesome" -
elijahmanor revised this gist
Mar 12, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ { "scripts": [ "react", "react-dom", "https://cdnjs.cloudflare.com/ajax/libs/d3-axis/1.0.10/d3-axis.min.js" ], "styles": [ "font-awesome" -
elijahmanor created this gist
Mar 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ <div id="app"></div> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ { "scripts": [ "react", "react-dom" ], "styles": [ "font-awesome" ] } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ function App() { return <div> <h1>Hi, I'm GistPad 👋</h1> <p>Feel free to edit the HTML, JavaScript and CSS in this playground. The preview will update in real-time, so that you can visually explore your ideas.</p> <button onClick={() => alert("Hi!")}>Say Hi <span className="fa fa-heart" /></button> </div>; } ReactDOM.render(<App />, document.getElementById("app")); This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ body { background-color: lightblue; }