🌍 InfoMundi is a web project designed to offer detailed information about different countries across the world.
- View a list of countries.
- Click on a country to see more details.
- Responsive layout for a great user experience on all devices.
To get started with InfoMundi, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/weessm/infomundi.git
- Navigate to the project directory:
cd infomundi
- Install the dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open your browser and go to
http://localhost:3000
to view the application.
- On the homepage, you'll see a list of countries. Click on any country to view more details.
- Explore information such as population, languages spoken, currencies used, and more!
- This project utilizes the REST Countries API available at restcountries.com.
- Logo design by weessm.
This project is licensed under the MIT License.
Enjoy exploring the world with InfoMundi! 🌎✨