since the web-app runs successfully on the esp32 webserver now, the api
can be accessed directly - this makes the web app independent of the
dynamic controller ip
- remove ip from api url -> uses current host
- add testing code for changing a variable with a button
- comment out some debug output
- Functional react project which currently provides a web-interface with a
joystick element.
- Coordinates, angle and radius are calculated and sent via http POST request
to an API provided by the esp32 controller (websocket approach was dropped)
- Currently the URL/IP is hardcoded in App.js and has to be changed depending
on the IP-address of the esp32