- The code in this program describes how to fetch data with Axios, map the data and filter out the relevant data needed.
- The home page displays the map of the world countries.
- User can read more about each country
- The about page displays the information of what users can see when they click on the countries button.
- Each card displays each country's name, capital, population, currencies, region, and country borders.
- First by type the name of country and
- Second by selection option.
- After the selection option, the selected country is displayed with detailed information as a card.
-
- When the user clicks on getting weather, it navigates to a page where the user can few the present weather condition of that country.
-
- When the user clicks on each country card, it displays the weather condition of the capital.
- Here users can see the current weather, humidity, and cloudy condition of the selected country. By clicking on the back to countries list link, it navigates to the list of countries.
- Users can send a message through the contact form to get more information if needed.
- Filled information will go directly to the database when the user clicks on submit button.