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.
To run this project on your local machine, follow these steps:
-
Clone the Repository: Clone this repository to your local machine:
git clone https://github.com/mushfiqurniazzz/Weather-App----Open-Weather-Map---API--React
-
Install Dependencies: Install the necessary dependencies using npm or yarn:
npm install
or
yarn
-
Setup Environment Variables: Create a
.env
file in the root of your project directory and add the variables mentioned in the.env.sample
-
Start the Development Server: Run the following command to start the development server:
npm run dev
-
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.