This is a boilerplate project for the timer test task. You can add any additional dependencies you need, including style libraries etc, but you should use Fluent UI for the UI and Redux for the state management.
Project structure is up to you.
To run the backend, use docker run -p 7654:7654 -d strander/timer-api. The backend will be available at http://localhost:7654.
Refer to the backend README for more information.