A simple JavaScript project that fetches product data from an API and displays it on the webpage.
- Fetch data using JavaScript Fetch API
- Display products dynamically
- Error handling
- Clean UI
- HTML
- CSS
- JavaScript
- DummyJSON API
index.html
script.js
https://dummyjson.com/products
- Download project
- Open folder
- Run index.html in browser
Displays product list fetched from API.
Vishakha Gautam