Welcome to the Weather Cast app! This project is a simple weather forecasting application implemented with React.js and styled using HTML and CSS.
- View the current weather conditions.
- Check the weather forecast for the next few days.
- Search for weather information in different locations.
- React.js
- HTML
- CSS
- JavaScript
- Props
- Styled-Components
To run this Weather Cast app locally, follow these steps:
- Clone the repository. URL : https://github.com/WaqasArshad97/Weather-Forecast-React-App
- Navigate to the project directory.
- Install dependencies:
npm install
. - Start the development server:
npm start
.