I am making an Ecommerce app using react as frontend and this api - https://fakestoreapi.com/ as a fake api key store especially for ecommerce sites. I have used useEffect, useState, react redux and react router dom in this project. This does not …
I am making an Ecommerce app using react as frontend and this api - https://fakestoreapi.com/ as a fake api key store especially for ecommerce sites. I have used useEffect, useState, react redux and react router dom in this project. This does not contain the real functions which are there in ecommerce sites - this is just the outer design and basic functionality.
I used ChatGPT for debugging purposes.