Skip to content

11 ~ 15

Jin edited this page Jun 12, 2022 · 3 revisions

11. Flashcards

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |   +---base
    |   |       Button.js
    |   |       index.js
    |   |       Input.js
    |   |       Text.js
    |   |
    |   \---domain
    |           CardsList.js
    |           CreateCard.js
    |           Header.js
    |           index.js
    |
    +---style
    |       style.css
    |
    \---utils
            storage.js

12. To-do list

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |   +---base
    |   |       Button.js
    |   |       index.js
    |   |       Input.js
    |   |       Text.js
    |   |
    |   \---domain
    |           Header.js
    |           index.js
    |           TodoForm.js
    |           TodoList.js
    |
    +---style
    |       style.css
    |
    \---utils
            random.js

13. Sticky notes

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |   +---base
    |   |       Button.js
    |   |       index.js
    |   |       Input.js
    |   |       Text.js
    |   |
    |   \---domain
    |           Header.js
    |           index.js
    |           ModalForm.js
    |           NoteLists.js
    |
    \---style
            style.css

14. Timer

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---components
    |       index.js
    |       Timer.js
    |
    +---style
    |       style.css
    |
    \---utils
            convertTime.js

15. Math

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---assets
    |       wrong.mp3
    |
    +---components
    |   +---base
    |   |       index.js
    |   |       Text.js
    |   |
    |   \---domain
    |           Header.js
    |           index.js
    |           Numbers.js
    |           Table.js
    |
    +---style
    |       style.css
    |
    \---utils
            random.js
            shuffle.js

Clone this wiki locally