Skip to content

NikunjRathore/fetchAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch API

*Overview: This is a small React project where I practiced calling APIs using two different methods:

  1. Fetch() (JavaScript built-in)
  2. 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.

About

In this I learned to fetch API with two methods one by fetch and other by axios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors