mahbub-dev / broken_phone_bug_fixing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phone-hunter

API Links

Phone Search

URL Format: https://openapi.programming-hero.com/api/phones?search=${searchText}

Example: https://openapi.programming-hero.com/api/phones?search=iphone

Phone detail url:

URL Format: https://openapi.programming-hero.com/api/phone/${id}

Example: https://openapi.programming-hero.com/api/phone/apple_iphone_13_pro_max-11089

issue List

  1. Search button not working
  2. after typing something on the search textbox, you should be able to press enter to get search result
  3. spinner is always running. should be displayed at the time of data loading
  4. If you search for 'iphone', check the api, you should get a lot of data but the UI displays only one phone
  5. Search is not clearing previous results
  6. picture of the phones are not showing
  7. Show All button should be hidden after all data is loaded
  8. Load phone details doesn't display anything
  9. Phone details are added on the modal but this is not getting displayed. why?
  10. Storage on Modal isn't getting displayed properly

About


Languages

Language:JavaScript 57.6%Language:HTML 42.4%