This weather app will show the current weather from different cities in Australia and its 7-days forecast
- Responsive layout & typography
- Customizable list of city
- Switchable Celcius / Farenheit
- Show current weather and description & 7-days weather forecast in plot
- Cached using local storage
- Automatically pull the beautiful images from this city using Unsplash API
- React
- Axios
- Styled Components
- Recharts
- Download the ZIP file
- Go to this folder
- (Only the first time) In Terminal, run
yarn
to install all components - In Terminal, run
yarn start
to open the project in browser