Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 630 Bytes

readMe.md

File metadata and controls

18 lines (14 loc) · 630 Bytes

Widgets

Basic client side widgets.

Installation

You need to run npm install, then npm run start then navigate to 127.0.0.1:8080 (the app requires that port 8080 is not in use by anything else).

Calculator:

  • Don't use the keyboard! Use the mouse instead.

To-Do-List

  • Type a task in the input
  • You can mark the task as done or delete it
  • You can select many tasks and mark then as done or not done or delete them at the same time.

Weather

  • Enter a city name. For example "London" or "Mumbai, IN"
  • Press submit
  • Always use ISO 3166 country codes after a comma if you wish to explicitly specify a country.