A sleek and straightforward weather application built with React, TypeScript, and the OpenWeather API.
- Real-time weather updates for any city.
- Minimalistic and user-friendly interface.
- Built with React and TypeScript for scalability and reliability.
- React: Frontend library for building user interfaces.
- TypeScript: Ensures robust and type-safe code.
- OpenWeather API: Provides real-time weather data.
-
Clone the repository:
git clone https://github.com/nikkhar/Minimalistic-weather.git cd minimalistic-weather-app -
Install dependencies:
yarn
-
Create a
.envfile in the root directory and add your OpenWeather API key:REACT_APP_API_KEY=your_openWeatherapi_key_here -
Start the development server:
yarn start
- Search for a city in the input box to view current weather data.
- View temperature, weather conditions, and other details.
Contributions are welcome! Please fork the repository and submit a pull request.