Skip to content

Countriespedia is a web application that displays detailed information about all countries in the world, consuming data from an API. The project offers an organized and responsive interface, allowing users to explore and search countries in an intuitive way.

Notifications You must be signed in to change notification settings

eobrunodias/countriespedia

Repository files navigation

Fun with flags screenshot

Countriespedia

Project to list the world countries and their info using https://restcountries.com/ API.

Available in: https://countriespedia.vercel.app/

Getting Started

Clone the repo, enter in the fun-with-flags folder and install the dependencies:

git clone https://github.com/eobrunodias/countriespedia.git
cd countriespedia
npm install

I'm using v22.13.0 and recommend the usage of NVM and the Node.js version >= v18.16.0 is required for run this project.

Development

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the initial page.

Production

If you like to try the production build, run:

npm run build

And then:

npm run start

About

Countriespedia is a web application that displays detailed information about all countries in the world, consuming data from an API. The project offers an organized and responsive interface, allowing users to explore and search countries in an intuitive way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published