From cfceff250274acfe65d5e4302e60e95f7dadd741 Mon Sep 17 00:00:00 2001 From: jherman5 <jherman5@huskers.unl.edu> Date: Sat, 29 Aug 2020 18:40:39 -0500 Subject: [PATCH] Added initial HTML for the layout of the app. Checkpoint 3. --- simon-says/debug.log | 42 +++++++++++++++++++ .../features/patternGen/patternGeneration.js | 13 +++++- 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/simon-says/debug.log b/simon-says/debug.log index 07734ac..df3eb33 100644 --- a/simon-says/debug.log +++ b/simon-says/debug.log @@ -103,3 +103,45 @@ [0826/203439.115:ERROR:crash_report_database_win.cc(469)] failed to stat report [0826/203439.116:ERROR:crash_report_database_win.cc(469)] failed to stat report [0826/203439.116:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.263:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.268:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/181700.269:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.541:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.542:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.543:ERROR:crash_report_database_win.cc(469)] failed to stat report +[0829/183110.544:ERROR:crash_report_database_win.cc(469)] failed to stat report diff --git a/simon-says/src/features/patternGen/patternGeneration.js b/simon-says/src/features/patternGen/patternGeneration.js index 007c513..cfe8a60 100644 --- a/simon-says/src/features/patternGen/patternGeneration.js +++ b/simon-says/src/features/patternGen/patternGeneration.js @@ -3,7 +3,18 @@ import React from 'react'; export function Pattern() { return ( <main> - [placeholder text] + <button> + + </button> + <button> + + </button> + <button> + + </button> + <button> + + </button> </main> ); } \ No newline at end of file -- GitLab