Skip to content

01 ~ 05

Jin edited this page Feb 2, 2022 · 8 revisions

01. Colors

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---assets
    |       colors.js
    |
    +---components
    |       Button.js
    |       index.js
    |
    \---style
            style.css

02. Hex colors gradient

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |       Button.js
    |       index.js
    |       Text.js
    |
    +---style
    |       style.css
    |
    \---utils
            random.js

03. Random quote generator

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---api
    |       quotable.js
    |
    +---components
    |       Board.js
    |       Button.js
    |       index.js
    |
    \---style
            style.css

04. The message

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |       index.js
    |       InputForm.js
    |       NewText.js
    |       Text.js
    |
    +---style
    |       style.css
    |
    \---utils
            storage.js

05. Counter

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |       Button.js
    |       Count.js
    |       index.js
    |       Text.js
    |
    \---style
            style.css

Clone this wiki locally