Find what are the weather conditions anywhere in the world.
You can use npm or yarn to install the dependencies
npm install
You can check the project live HERE.
Just type in a city name and a request will be made to the OpenWeatherMap API. As soon as a response comes back, the current weather information will be displayed for you.
When typing in a nonexistent city, the program will thow and error.
- How to make requests to an API.
- Creating a React application from scratch.
- React concepts of components, "Lifting a State Up", error boundaries, states.
- Dealing with asynchronous code.