Display a 5-day weather forecast, where each day shows the high and low temperatures, and an image for sunny/rainy/cloudy/snowy. Use fake, hard-coded data until you’ve got everything rendering correctly.
- ESLint + Prettier
- React
- Typescript
- React Router
- React Hooks
- Axios
- dayjs
- Atomic Design Pattern (ask your mentor firstly)
- SASS
- Add the ability to click on a day, and see its hourly forecast.
- Add React Router to the project (yarn add react-router) and add routes, such that /shows-5-day-forecast, and /[name-of-day]-forecast shows the hourly forecast for a particular day.
- Sign up for a free API key from Open Weather Map, fetch a real 5-day forecast, and feed that data into your app.