TheKevSter35 / web-app-from-scratch-1920

Web App From Scratch @cmda-minor-web 1920
https://thekevster35.github.io/web-app-from-scratch-1920/
0 stars 0 forks source link

What does your app do, what is the goal?

76c8f44885b70badbf008cf8657aadcd

With Discover Gifs api you can search gifs. Basis of keywords it will search any gif and generates a list with that keyword.

Actor diagram

An Actor diagram is focused on (code)objects that can be seen as the actors of your code. WHO handles functionality in your app.

actor-diagram (1)

Interaction diagram

The Interaction diagram focuses on WHAT happens in your code. It visualizes functions and shows how action flows through your application.

interaction-diagram2

Which API is used and what are the limitations?

Giphy: https://developers.giphy.com/

Demo for map, filter, reduce.

The downsize from the api there is not really something to filter the data (for example a tag). In the Codepen demo i made a array with tags included to show waht filter can do.

Demo https://codepen.io/thekevster-nl/pen/ExVRazo

Limits:

Collection Records

ff2a41c292e3dfe84f668fa67db401f8

Design patterns

Micro libraries

To do List

Wishlist