A basic react app to display basic information of any country of the universe.
All the important details are provided as follows:
- User can select country from autosuggestions
- On select any country it will show the selected country's basic information.
The 3 important features of reactjs are used here:
- Component
- State
- JSX
The api used to get the country data is from here: https://travelbriefing.org/api
The autosuggest to show country list has been used from here: https://www.digitalocean.com/community/tutorials/react-react-autocomplete
The app can be viewed here: https://tareqchy.github.io/country-directory/
Find me on linkedin: https://www.linkedin.com/in/tareqmahmud/