first commit

This commit is contained in:
2022-01-21 11:34:23 +01:00
commit bf2ef01f18
26 changed files with 17077 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# worldcountries
A small responsive app build with Vue, Vuex, Axios and Bulma. It calls the restcountries API, visualizes the list of countries, and shows detailed information for each country in a modal.
## Project setup
```
clone the project to your local drive with
git clone https://github.com/dadobos/worldcountries.git
go inside the project with
cd worldcountries
install the packages with
npm install
start the project with
npm run serve
it is now available in your browser on http://localhost:8080/
start testing with
npm test
check full coverage with
npm run coverage
```