Simplify Country List is a modern and sleek web application to explore and discover information about countries worldwide. Built with the power of Next.js and styled using TailwindCSS, it provides a seamless and minimalist experience.
- 🌏 Browse Country Data: View essential details such as name, region, population, and more.
- 🔍 Search Functionality: Easily find countries by name or keyword.
- 📱 Responsive Design: Optimized for mobile, tablet, and desktop screens.
- ⚡ Fast and Reliable: Powered by Next.js for blazing-fast performance.
- Next.js: Framework for building fast, server-rendered React applications.
- TailwindCSS: Utility-first CSS framework for fast and flexible styling.
- RestCountries.com API: Source for country data, including details like population, capital, and more.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/soheilghanbary/countrino.git cd simplify-country-list
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
Contributions are always welcome! If you have any ideas or suggestions, please feel free to open an issue or submit a pull request.