This is a simple weather application that allows you to fetch current weather information and a 3-day forecast for a given city and shows you current Time.
"https://weather-n-time.vercel.app/"
To run this project locally on your machine, follow these steps:
- Node.js and npm installed on your system.
-
Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/weather-application.git
-
Navigate to the project directory:
cd weather-application
-
Install the project dependencies:
npm install
##Usage
-
Obtain an API key from WeatherAPI (replace YOUR_API_KEY in src/App.js with your actual API key).
-
Start the development server:
npm start
-
Open your web browser and navigate to "http://localhost:3000" to access the application.
-
Enter a city name in the input field and click the "Search" button to fetch weather data and forecast information.