bd demo Products api

Demo Products API for your e-commerce or shopping website prototype

View on GitHub
hero

Example Code


 useEffect(() => {
     fetch('https://litanmolla.github.io/demoproductsapi/data/products/index.json')
     .then(res => res.json())
     .then(data => console.log(data.data))
     }, [])
            

Resources

Products

More comming soon