Skip to content

yopblip/Minimalistic-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalistic Weather App 🌤

A sleek and straightforward weather application built with React, TypeScript, and the OpenWeather API.

Features

  • Real-time weather updates for any city.
  • Minimalistic and user-friendly interface.
  • Built with React and TypeScript for scalability and reliability.

Technologies Used

  • React: Frontend library for building user interfaces.
  • TypeScript: Ensures robust and type-safe code.
  • OpenWeather API: Provides real-time weather data.

Installation

  1. Clone the repository:

    git clone https://github.com/nikkhar/Minimalistic-weather.git
    cd minimalistic-weather-app
  2. Install dependencies:

    yarn
  3. Create a .env file in the root directory and add your OpenWeather API key:

    REACT_APP_API_KEY=your_openWeatherapi_key_here
    
  4. Start the development server:

    yarn start

Usage

  • Search for a city in the input box to view current weather data.
  • View temperature, weather conditions, and other details.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published