Skip to content

JitheDev/Solis-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solis Weather App

This is a simple Weather App built using React that allows users to check the current weather conditions for their location or any other location they search for. It fetches weather data from the OpenWeatherMap API.

Solis App Screenshot

Features

  • Displays the current temperature, location, humidity, and wind speed.
  • Provides an option to search for weather conditions in other locations.
  • Weather Icons change based on weather conditions.

Getting Started

To get a copy of this project up and running on your local machine, follow these steps:

Prerequisites

  • Node.js and npm installed on your computer. You will need to acquire an API key from: Open Weather Map As this is only a front end project and replace the code:
const api_key = "Insert Your Key Here";

in the WeatherApp.jsx with your key

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/JitheDev/Solis-Weather-App.git
    
  2. Navigate to the project directory

  3. Install Required Dependencies:

    npm install
    
    

About

React Weather App Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published