This project was created practice React as well as try my hand at API integration.
- Create React App
- GH-Pages
- Bootstrap
- FontAwesome
- Open Weather API
I wanted to practice React with a few different tutorials before jumping into the React Calculator I had to build for FCC. I found that it allowed me to see how other developers plan React apps, as well as understanding state better.
This app is a simple weather app, using Open Weather's API service. You can enter your zip code and country codee to pull up the current weather. Since Open Weather includes icons with their response, I utilized that to add the weather icon without pulling in a separate library or icon set.
Notice an issue with this app? Leave a ticket here