/Weather-App----Open-Weather-Map---API--React

This app allows users to know the weather of any city in the world. It uses the APIs from Open Weather Map, React.js for building the user interface. The app provides a seamless experience for knowing the weather of any place.

Primary LanguageJavaScript

Simple Weather App

WeatherApp.mp4

This app allows users to know the weather of any city in the world. It uses the APIs from Open Weather Map, React.js for building the user interface. The app provides a seamless experience for knowing the weather of any place.

Running the Project Locally

To run this project on your local machine, follow these steps:

  1. Clone the Repository: Clone this repository to your local machine:

    git clone https://github.com/mushfiqurniazzz/Weather-App----Open-Weather-Map---API--React

  2. Install Dependencies: Install the necessary dependencies using npm or yarn:

    npm install

    or

    yarn

  3. Setup Environment Variables: Create a .env file in the root of your project directory and add the variables mentioned in the .env.sample

  4. Start the Development Server: Run the following command to start the development server:

    npm run dev

  5. Access the App: Open your web browser and navigate to http://localhost:5173[frontend] to access the app. You can now use the app locally on your machine using the AppID specified in the .env file.