This README file provides instructions on how to set up and run the Weather App locally on your machine.
Frontend Deployed Link: https://weather-app-sourav-8269.vercel.app/
Before you start, ensure that you have the following prerequisites installed on your machine:
Follow these steps to set up the application:
-
Clone the repository from GitHub:
git clone https://github.com/Sourav-8269/Weather-App-Assignment.git
-
Navigate to the project directory:
cd Frontend/weather-app
-
Install the project dependencies using npm or Yarn:
npm install
To run the application locally, follow these steps:
-
Run the following command to start the application:
npm start
The application should now be running on
https://localhost:3000
(or a different port if specified). -
Open your web browser and navigate to
https://localhost:3000
to access the application.
No Need to provide any api as it is already present in frontend react app.