BilalAlpaslan / weather-app-recoil

weather app with react and recoil

Home Page:weather-app-recoil.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

weather app with react and recoil

weather-app-recoil.vercel.app


Languages

Language:TypeScript 95.8%Language:HTML 2.4%Language:JavaScript 1.1%Language:Shell 0.5%Language:CSS 0.3%