Hello and welcome to our mob programming session. Lets build something cool together!
Create a small Web Application that lets you rate your favorite memes. As good source for memes we will use the api of imageflip.com.
-
Retrieve the top 100 Meme Templates from imgflip.com.
1.1 (Bonus / Stretch goal) Store the meme data locally so you dont have to pull the memes every time you reload or visit the app.
-
Compare Mode - Create a view where you can choose between two memes which one is funnier.
-
You Favorites - Create a view where you can look at your favourite Memes (the funnier ones)
API Host: https://api.imgflip.com
Endpoint: get_memes
These Layouts are just examples and do not have to be followed strictly ;-)