REST Countries
This is a simple web application that uses the REST Countries API to display information about countries. This is a Frontend Mentor challenge. The appliction is built with React and uses Tailwind CSS for styling.

Features
- πΊοΈ View All Countries: Users can view all countries on the home page.
- π Search: Users can search for a country using an
input
field.
- π Filter by Region: Users can filter countries by region.
- π Detailed Information: Users can click on a country to see more detailed information on a separate page.
- π Dark Mode: Users can toggle the color scheme between light and dark mode.
- π Border Countries: Users can click through to the border countries on the detail page.
- π± Responsive: The application is responsive and works on all devices.
Live Site
Technologies Used

Installation
Clone the repository
Install dependencies
npm install
- Start the development server
npm run dev
- Open the application in your browser at http://localhost:5173
Author