Skip to content

Edsonromeumaier/Advice-generator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advice generator app

Screenshot

code1

code2

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • javascript

What I learned

In this exposition, I delve into the realm of API fetching and the acquisition of knowledge surrounding HTTP requests and error handling.

try { const response = await fetch(url); const data = await response.json(); return data; } catch (error) { ... };

Useful resources

Fetch API - JavaScript Tutorial for beginners

Author