https://github.com/iftekheraziz/debug-and-dev-tool-practice
Dev Tool & Debug Practice
https://github.com/iftekheraziz/debug-and-dev-tool-practice
chrome-devtools css3 debugging debugging-tool developer-tools html5 javascript modern-javascript
Last synced: 11 months ago
JSON representation
Dev Tool & Debug Practice
- Host: GitHub
- URL: https://github.com/iftekheraziz/debug-and-dev-tool-practice
- Owner: IftekherAziz
- Created: 2023-03-14T11:11:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T11:28:02.000Z (over 2 years ago)
- Last Synced: 2025-01-14T08:12:17.104Z (about 1 year ago)
- Topics: chrome-devtools, css3, debugging, debugging-tool, developer-tools, html5, javascript, modern-javascript
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# issue List:
1. Search button not working - Fixed
2. after typing something on the search textbox, you should be able to press enter to get search result - Fixed
3. spinner is always running. should be displayed at the time of data loading - Fixed
4. If you search for 'iphone', check the api, you should get a lot of data but the UI displays only one phone - Fixed
5. Search is not clearing previous results - Fixed
6. picture of the phones are not showing - Fixed
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