Skip to content

Commit

Permalink
Merge pull request #1 from constructorlabs/update-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
dmitrigrabov authored Jun 21, 2018
2 parents 894721c + 35fa8a7 commit 9ed8583
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ This app blends data from [openweathermap.org](https://openweathermap.org/) and

## Objectives

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
- [ ] Use HTML and CSS from [Mini Weather App](https://github.com/constructorlabs/mini-weatherapp) covert the HTML into individual React components (stateful and stateless).

- [ ] 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`.

- [ ] 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.

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.

## Support

- If you are stuck for more than 20 minutes, ask us for help.
- 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 comments on commit 9ed8583

Please sign in to comment.