Weather App Using React
How to Create a React App
To create our react application, type npx create-react-app <Your app name> in your terminal, or npx create-react-app my-weather-app in this case.
You'll see that the packages are being installed.
Once the packages are done, ...
harshitdugar.hashnode.dev8 min read