Skip to content

simple web app to check the weather using node.js and react

Notifications You must be signed in to change notification settings

lokmanzeddoun/weather-app

Repository files navigation

Weather App

A simple weather application built using React and Vite with SWC. This app fetches weather data from an external API and displays it in a user-friendly interface.

Features

  • Displays current weather data for a specified location.
  • Shows weather forecasts for the upcoming days.
  • Responsive design for mobile and desktop.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A fast build tool and development server.
  • SWC: A super-fast TypeScript / JavaScript compiler.
  • Axios: A promise-based HTTP client for making API requests.

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/lokmanzeddoun/weather-app
    cd weather-app
    
  2. Install Dependencies:

     npm install
  3. Running the App Locally

    npm run dev
    

The Dployed Link

Configuration

VITE_WEATHER_API_KEY=your_openweather_api_key
VITE_CITY_API_KEY=your_fetch_city_api_key_from_rapid_api

About

simple web app to check the weather using node.js and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published