This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-GoogleTrendsGame
mirror of
https://github.com/jrtechs/GoogleTrendsGame.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
started user
master
ritfsaecdaq
6 years ago
parent
72bc80d2ec
commit
3aabf00e4e
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
googletrendsgame/src/components/User.js
+ 12
- 0
googletrendsgame/src/components/User.js
View File
@ -0,0 +1,12 @@
import
React
,
{
Component
}
from
'react'
;
class
User
extends
Component
{
constructor
(
props
)
{
super
(
props
)
;
this
.
state
=
{
name
:
''
,
score
:
0
,
word
:
''
}
}
}
Write
Preview
Loading…
Cancel
Save