sreyash1mohanty / React-WeatherApp

Simple-React-Weather-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple React Weather App

Weather App

A simple weather application built using React.js that fetches weather information from the OpenWeatherMap API.

Technologies Used

  • React.js
  • Material-UI for icons, cards, and components
  • OpenWeatherMap API

Features

  • Displays current weather information based on user input (city name).
  • Uses Material-UI components for a modern user interface.
  • Fetches weather data from OpenWeatherMap API.
  • Provides temperature, humidity, and weather condition details.

User Guide

Setup Instructions

(make sure you install styled components and other font requirements from material UI)

  1. Clone the repository

    git clone https://github.com/your/repository.git
    cd repository-folder
  2. Install Dependencies

    npm install

3.Start the react-app

 npm run dev

About

Simple-React-Weather-App


Languages

Language:JavaScript 70.3%Language:CSS 25.7%Language:HTML 4.0%