Skip to content
Jin edited this page Jun 12, 2022 · 1 revision

16. Unsplash API

|   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

17. Typewriter

|   index.html
|
\---src
    |   App.js
    |   main.js
    |
    +---api
    |       quoteApi.js
    |
    +---components
    |   +---base
    |   |       index.js
    |   |       Text.js
    |   |
    |   \---domain
    |           index.js
    |           QuoteWrapper.js
    |
    \---style
            style.css

18. Square cards

|   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

19.

20.

22.

Clone this wiki locally