This project is a Country Guide developed using Tailwind CSS and Vanilla JavaScript. This application allows users to access basic information about countries.
- List of country information
- View detailed information about each country
- Search and filter functionality
- Modern and responsive design
- Tailwind CSS
- HTML
- Vanilla JavaScript
Make sure you have Node.js and npm (or yarn) installed on your computer.
- Clone this repository:
git clone https://github.com/CemWebDev/country-guide.git
- Navigate into the project directory:
cd country-guide
- Install the necessary dependencies:
npm install
- For Tailwind CSS setup and customization, refer to the Tailwind CSS Documentation for detailed information on configuration and usage.
- The home page lists countries.
- You can search for a country by typing its name into the search bar.
- Click on a country to view detailed inf
Fell free to contribute by creating issues or pull requests. Your contributions are welcome!