#Meme Generator Api call for data

9 messages · Page 1 of 1 (latest)

coral mist
#

Hi I am doing React course project 3, but I am trying to do the meme generator in my personal system so any ideas where I can get the data for meme generator

plucky fulcrum
#

make api call or just copy paste the data from scrimba to your system

coral mist
#

hi can you pls tell me how to make the api call for this

plucky fulcrum
#
    .then(res => res.json())
    .then(data => {}) ```
#

do all the manipulation between the curly brackets

hazy temple
#

probably using react-query

#

or going the total beginner route with that above

simple folio
#

follow the course and you should end up with something like this. I dont remember the project but I do remember that if you follow along everything works out

coral mist
#

@simple folio @hazy temple @plucky fulcrum Thanks a lot guys for the help if I get any more doubts I will ping you guys