- Displays current weather, +4 hours weather, and a 5-day forecast
- React application using custom hooks
- styled-components based components
- react-query based API querying/data handling
- react-spring animations
- Jest and @testing-library/react based unit tests
- CI/CD pipeline using Github Actions
Create a .env.local file based on .env.local-template and add the corresponding Google Maps API key and an Open Weather API keys
npm install
npm run start