Weather App Made with React + Typescript
- Utilizes two API integrations:
- US Census Geocoding service for converting addresses into latitude and longitude
- US National Weather Service API for getting weather conditions for given coordinates
- Typescript
- Built using Vite framework for development.
- Automatic weather fetching based on user's location.
- Current conditions, seven-day or custom.
- Custom React UI Components:
- Smart Grid Layout
- Dynamic adding of classes based on screen size
- Higher Order Component structure
- Dynamic use of icons based on weather conditions
"npm run dev": fires up a developer server
"npm run build": generates a production build
"npm run preview": locally view production build