DEV Community

Discussion on: What are some Real World Projects to learn Angular and React

Collapse
 
juniordevforlife profile image
Jason F • Edited

Use the openweathermap api. Build an app that has todays weather on one view, 5 day forecast on another view, and use any of their other free endpoints for other views. Setup a router in your app to route to each page.

Collapse
 
shaijut profile image
Shaiju T

Thank you 😄.