HTML question Instagram custom search

Discussion in 'Programming/Html' started by Dispogmaes, Apr 21, 2022.

Tags:
  1. Dispogmaes

    Dispogmaes New Member

    Messages:
    1
    Likes Received:
    0
    GPU:
    16
    I wanted to see if anyone had any suggestion in making the following in HTML.
    I need to be able to do a search query on Instagram with the following criteria in HTML:

    Profile


    Friends


    Followers


    Stories

    Thanks
     
  2. Software Dev Expert

    Software Dev Expert Active Member

    Messages:
    68
    Likes Received:
    5
    GPU:
    Integrated
    Your issue may already have been resolved but I’d recommend a Javascript framework such as Angular/React for front-end web development, it makes the code much easier to maintain than writing pure HTML/CAS/Javascript

    I recommend a UI dependency such as Material-UI. Many icons are provided.

    Do you know CSS? That’s important for styling. I recommend the Tailwind lib for ease of use.Many class selectors are already provided to you

    Oh and on the Javascript side you’ll need to call some kind of Instagram API to get the information you’re looking for
     

Share This Page