/weather-app-recoil

weather app with react and recoil

Primary LanguageTypeScript

Real Time Weather App with React and Recoil

Live link

Techs:

  1. React
  2. Vite
  3. Type Script
  4. Tailwindcss
  5. Recoil (State Management)

Installation

  1. Get a free API Key at https://openweathermap.org/
  2. Clone the repo
    git clone https://github.com/omer-genc/weather-app-recoil.git
  3. Install project packages
    yarn
  4. Enter your API key and url in .env file
    VITE_API_KEY = 'ENTER YOUR API'
    VITE_API_URL = "https://api.openweathermap.org/"
  5. Run
    yarn dev

Screenshots