Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 711 Bytes

Tests example

This repository contains a simple application which is tested with different types of tests.

Context

A simple web page wich displays a weather in Warsaw. The temperature and the weather description is randomly generated on the backend, and the frontend displays it. The weather description depends on the temperature (e.g. if the temperature is below 20 degrees, the weather description is "cold").

Tasks

  1. Add a feature that translates the weather description based on the browser language;
  2. Add a feature that allows the user to change the city.

Contributing

Please read CONTRIBUTING.md for details on how to run the application and how to run the tests.