This is a React based Wheather search engine
- Creating a Component in React
- Making HTTP calls
- Communicating between parent and child component
- Using Material UI along with React
This URL has the application deployed in
Refer to https://nodejs.org/en/ to install nodejs
Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app
npm install -g create-react-appThe Application is deployed in https://weather-search-engine.netlify.app/
Click on the link to see the application
Clone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm installIn order to run the application Type the following command
npm startThe Application Runs on localhost:3000
axios library is used to make HTTP Calls
create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app
ReactJS : Refer https://reactjs.org/ to understand the concepts of ReactJS
Redux and Redux Thunk : Refer https://react-redux.js.org/ to understand redux state management
API credit is goes to Weather API - https://www.weatherapi.com/