Country Information is a web application that allows you to retrieve information about countries worldwide by simply entering their names in a search bar. This project is built using React and Vite for a fast and efficient development experience. It leverages the power of React, Tailwind CSS, React Icons, Axios, and React Router Dom to create a responsive and user-friendly interface for exploring country data.
- Search by Country Name: Quickly find information about any country by entering its name into the search bar.
- Detailed Country Information: Access comprehensive data about a Official Name, Capital, Population, Region, Languages and more.
- MIT License: This project is open-source and available under the MIT License.
npx create-vite country-information --template react
cd country-information
npm install
npm run dev
- React
- Vite
- Tailwind CSS
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
- React Icons
npm install react-icons
- Axios
npm install axios
- React Router Dom
npm install react-router-dom
The application fetches country information from the restcountries API.
This project is licensed under the MIT License. See the LICENSE file for details.