Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 422 Bytes

DOM-walkthrough

Workshop

  • Clone this repo: https://github.com/RamyAlshurafa/DOM-walkthrough
  • Now we have to make a simple site that searches for some tweets
  • First, you have to filter the tweets by the word you input
  • Second, you need to render the tweets in the div
  • third, if the tweet has an image you need to show a button
  • 4th, when you click the button it will show the image of that tweet