Initial template reused from my own TAP ESTL Assignment.
This project was bootstrapped with Create React App.
Navigation Bar component referenced from https://chakra-templates.dev/.
Weather Icons made by Pixel perfect from Flaticon
In the repository root folder, install dependencies (npm 6.14.14):
npm install
In the repository root folder, to run React webapp:
npm start
Server runs by default at http://localhost:3000
In the repository root folder, to run tests:
npm test
- Live filter implementation, there is no need to click on a separate button to apply the filter(s).
- Timepicker is disabled until a valid date is selected with the Datepicker.
- Latest timestamp is queried (default api behaviour) when either or both Datepicker and Timepicker fields are unfilled.
- "True Timestamp" denotes the actual timestamp returned by api call.
- The location data is shown/hidden via a Show/Hide toggle button.
