View a live verison of this project https://weather-app-cameron-demille.vercel.app/
This project displays weather data for any given city using the OpenWeather API.
- Use geolocation from your browser to automatically search the weather in your area.
- Ability to remember the city you search for so when you refresh the page it will search for the weather in the same city again
- City input validation and error checking
- Mobile responsive
- Built with Typescript
- All API requests go through an Axios instance
- Uses Redux Toolkit for state mangement and uses Thunks to manage asynchronous api requests
- React based application
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.