-
Notifications
You must be signed in to change notification settings - Fork 0
16 ~
Jin edited this page Jun 12, 2022
·
1 revision
| index.html
|
\---src
| App.js
| main.js
|
+---api
| unsplashApi.js
|
+---components
| +---base
| | Form.js
| | Image.js
| | index.js
| | Text.js
| |
| \---domain
| Header.js
| index.js
| Wrapper.js
|
\---style
style.css
| index.html
|
\---src
| App.js
| main.js
|
+---api
| quoteApi.js
|
+---components
| +---base
| | index.js
| | Text.js
| |
| \---domain
| index.js
| QuoteWrapper.js
|
\---style
style.css
| index.html
|
\---src
| App.js
| main.js
|
+---assets
| background.png
|
+---components
| +---base
| | Image.js
| | index.js
| | Text.js
| |
| \---domain
| Card.js
| Details.js
| index.js
|
+---style
| style.css
|
\---utils
data.js