Welcome to the Globivio project! This web application allows users to search and explore country details, such as population, capital, languages, and currencies. Built using React and Axios, it dynamically fetches and displays country information from external APIs.
- Search for a Country: Use the search bar to quickly find countries and view their details.
- View Country Information: Select a country to view details like population, capital city, languages, and currencies.
- Responsive Design: The layout adapts to mobile, tablet, and desktop screens.
- React: JavaScript library for building user interfaces.
- Axios: To fetch data from APIs.
- React Router: For routing between different components/pages.
- Netlify: For easy deployment and hosting.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/globivio.git
-
Navigate to the project folder:
cd globivio
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Visit
http://localhost:3000
in your browser.
This project is licensed under the MIT License.
Feel free to explore and contribute to this project! 🌟