This project is an API web app that provides data about countries and also an interactive game to test your knowledge about flags using vanilla JS, Express.js, and node.js
you can try the online demo 👉 https://countriesapi-xi.vercel.app/
Before getting started, ensure that Node.js is installed on your machine.
1- Clone this repository to your local machine by running the following command in your terminal:
git clone https://github.com/shnki/counteries-api.gitThis will download the project files to your local environment.
2- Navigate to the project directory:
cd counteries-api3- Install the project dependencies by running:
cd npm installThis command will install the necessary packages and modules required for the project.
4- You are now ready to run the project. Use the following command to start the application:
npm startThis will launch the application, and you can access it by visiting http://localhost:3000 in your web browser.
Now you have successfully installed and set up the project. Explore the country data API and enjoy the interactive flag knowledge game!