Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 623 Bytes

Getting Started with Fetch API

The Fetch API provides a JavaScript interface that is built into most modern browsers and it is used to make HTTP requests to web servers.

Random Advice Generator

The Random Advice generator is an app that generates a different advice using an external API.

screenshot of the random advice generator

## Browser Support

The Fetch API is Supported by all browsers except

  • Opera mini
  • Internet Explorer

Link to the app https://generate-advicee.netlify.app/