Countries project.
Project based on: Svelte, SvelteKit, JavaScript, HTML5, TailwindCSS, TypScript. Idea of project is to get information about Countries using free API.
Used API: https://restcountries.com/ https://freecurrencyapi.com/
npm v9.3.1
node v18.13.0
npm i
npm run dev
docker build . -t countries
docker run -d -p 5050:5050 --name countries countries