Weather App "zvrapp" Warning: Make sure you're using the latest version of Node.js and NPM The App Uses mocked backend data Displays the weather for a today/3-days/5-days You can filter by the city Quick start cd zvrapp npm install npm start Open http://localhost:8080 in your browser. Build files Single run: npm run build Build files and watch: npm run watch Unit Tests Single run: npm test Live mode (TDD style): npm run test-watch