App with information about all independent countries. Created using RestCountries API (https://restcountries.com/)
Results of the project are available here: https://next-countries-stats.vercel.app/
Technologies used in the project:
- List of all independent countries
- Search for a country
- Invidual country detail pages
Clone the project
git clone https://github.com/xpaczka/next-countries-stats.git
Go to the project directory
cd next-countries-stats
Install dependencies
npm install
Create .env.local file in the root directory and add your Google API Key
NEXT_PUBLIC_GOOGLE_API_KEY={YOUR_API_KEY}
Start the developement server
npm run dev