This is a weather application by React, TypeScript. It allows users to search for weather information by city and displays the current weather conditions.
- Search and display current weather by city name
- Filter weather by temperature
Install dependencies:
npm installFind .env file in the root directory and add your OpenWeatherMap API key in this following line:
REACT_APP_WEATHER_API_KEY=<your api key>To start the development server, run:
npm run start