Skip to content

Commit 35fa8a7

Browse files
committed
update readme
1 parent 894721c commit 35fa8a7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ This app blends data from [openweathermap.org](https://openweathermap.org/) and
1717

1818
## Objectives
1919

20-
Using the API keys, HTML & CSS from [Mini Weather App](https://github.com/constructorlabs/mini-weatherapp), covert the HTML into React components (stateful and stateless) and write the data loading logic to make requests to the Open Weather and Unsplash APIs
20+
- [ ] Use HTML and CSS from [Mini Weather App](https://github.com/constructorlabs/mini-weatherapp) covert the HTML into individual React components (stateful and stateless).
21+
22+
- [ ] Using the API keys from previous exercise write the data loading logic to make requests to the Open Weather and Unsplash APIs to retrieve the weather and images using `fetch`.
23+
24+
- [ ] Implement data flow in the app to display information received APIs in the components created in step 1. Ensure that a click on a thumbnail image, updates the main image.
25+
26+
Since in this exercise the HTML and CSS are already provided for you, it would be easier to implement the static page layout using components first and add the data to it afterwards.
2127

2228
## Support
2329

2430
- If you are stuck for more than 20 minutes, ask us for help.
31+
- We recommend you keep developer tools open at all times and keep eye on any error messages. Developing is much easier if you fix any errors as soon as you encounter them.

0 commit comments

Comments
 (0)