A dynamic and fast web application built with React.js that allows users to search and discover detailed information about any country in the world using the REST Countries API.
Experience the live site here: World Explore Live
- Live Data Fetching: Fetches real-time data from the REST Countries API.
- Smart Search: Instantly find countries using the search bar.
- Regional Filtering: Narrow down countries by continents.
- Dynamic Routing: Individual detail pages for each country using
react-router-dom. - Responsive UI: Optimized for all screen sizes.
- State Management: Efficient data handling using React Hooks (
useState,useEffect).
- Frontend: React.js
- Routing: React Router DOM
- Styling: tailwind css
- API: REST Countries API
- Deployment: Netlify
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/world-explore.git