Fetch API
*Overview: This is a small React project where I practiced calling APIs using two different methods:
- Fetch() (JavaScript built-in)
- Axios (Promise-based HTTP client)
*Features: a fetch function(commited) and a axios library in working state which can fetch any URL data.
*Tech Stack -> HTML, CSS, React, fetch function in JS, axios library.
*Future Improvements: Adding loading state,Add error handling, Add search functionality, Display product images, Add filtering options. Can give it a form where client give a URL and in return can get the fetch data from it.