Skip to content

Commit

Permalink
Change wording - project_weather_app.md (#29280)
Browse files Browse the repository at this point in the history
The wording "test for low-end devices" can be improved to "test for network speeds" since that is what is intended. This is due to the fact that a low-end device does not necessarily mean slow network speeds.
  • Loading branch information
zakingslayerv22 authored Jan 6, 2025
1 parent af8c70b commit 0279d02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When talking about API keys and security you'll often hear "Never trust the clie
1. Set up a form that will let users input their location and will fetch the weather info (still just `console.log()` it).
1. Display the information on your webpage!
1. Add any styling you like!
1. Optional: add a 'loading' component that displays from the time the form is submitted until the information comes back from the API. Use DevTools to test for low-end devices.
1. Optional: add a 'loading' component that displays from the time the form is submitted until the information comes back from the API. Use DevTools to simulate network speeds.
1. Push that baby to github and share your solution below!

</div>

0 comments on commit 0279d02

Please sign in to comment.