Skip to content
Snippets Groups Projects
Commit 343f5264 authored by jherman5's avatar jherman5
Browse files

Added textual elements to the app GUI. Checkpoint 4.

parent d13c48b2
No related branches found
No related tags found
No related merge requests found
...@@ -167,3 +167,25 @@ ...@@ -167,3 +167,25 @@
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report [0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report [0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report [0831/110742.197:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.420:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.420:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.420:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.421:ERROR:crash_report_database_win.cc(469)] failed to stat report
[0902/132649.422:ERROR:crash_report_database_win.cc(469)] failed to stat report
.title{
font-size: 1.5em;
width: 100%;
left: 10em;
right: 10em;
}
.redbutton{ .redbutton{
background-color: #f44336; background-color: #f44336;
border: none; border: none;
......
...@@ -5,15 +5,19 @@ export function Pattern() { ...@@ -5,15 +5,19 @@ export function Pattern() {
return ( return (
<main> <main>
<div> <div>
<blockquote class = 'title'>
Simon Says
</blockquote>
<blockquote>
Score: 0
</blockquote>
<button class = "redbutton"> <button class = "redbutton">
</button> </button>
<button class = "bluebutton"> <button class = "bluebutton">
</button> </button>
<button class = 'yellowbutton'> <button class = 'yellowbutton'>
</button> </button>
<button class = 'greenbutton'> <button class = 'greenbutton'>
</button> </button>
</div> </div>
</main> </main>
......
...@@ -4,7 +4,8 @@ const patternSlice = createSlice({ ...@@ -4,7 +4,8 @@ const patternSlice = createSlice({
name: 'pattern', name: 'pattern',
initialState: { initialState: {
borderState: 0, borderState: 0,
patternList: [] patternList: [],
score: 0,
}, },
reducers: { reducers: {
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment